Git-User-Switch
Git-User-Switch copied to clipboard
Switch git user and email with ease
In the example below, the setting does not work at all I have also experienced a weird edge case where `git-user` only sets user.name, but user.email remains unchanged.
Sign option is great, but sometimes I need to change my local config (gpg or ssh key signing) and sometimes I don't need to sign at all. It would be...
``` -i, --info Show current git user -s, --switch Switch git user -c, --create Create a new git user -S, --scan Scan all git repo in current directory, and show...