gitdown icon indicating copy to clipboard operation
gitdown copied to clipboard

Config should use standard git config settings

Open ivanwills opened this issue 9 years ago • 0 comments

Rather than have your own config file (required to be copied to all repositories) I would suggest that you use the standard git config command to set and get (possibly with your own internal defaults).

eg you could set via:

git config gitdown.mode normal
git config gitdown.port /dev/tty.usbmodem1421
git config gitdown.verbose true

and retrieve via:

git config gitdown.mode
git config gitdown.port
git config gitdown.verbose

ivanwills avatar Aug 08 '16 21:08 ivanwills