/gitc

GitC (Git Configuration) is a command line tool which allows switching between multiple different .gitconfig's

Primary LanguageRustMIT LicenseMIT

Usage

List

List the current .gitconfig's in the .gitc directory.

foo@bar # gitc list
    Work
 -> Personal

Switch

Switch which .gitconfig is currently being used.

foo@bar # gitc switch
Select a git configuration
    Work
 -> Personal

Git configuration updated to Personal

Developer Guide

Refer to the Contributing Guide for detailed information contributing and running from source.