Adding a Configuration File to Multi-git
Let's continue refactoring Multi-git and utilize Viper to read a configuration file. We'll also discuss backward compatibility in general and in the context of multi-git.
We'll cover the following...
Adding a configuration file
The first question to ask is where to put the configuration file. I recommend following the XDG ...