Skip to content

Config should use standard git config settings #9

@ivanwills

Description

@ivanwills

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions