gitswitch
v0.2.3
Published
[email protected]:huozhi/gitswitch.git
Downloads
8
Readme
Git-Switch - git profile manager
Install
npm install -g gitswitch
Usage
gitswitch ls
$ gitswitch ls
github
- name: huozhi
- email: [email protected]
work
- name: mr
- email: [email protected]
gitswitch add [alias] [name] [email]
$ gitswitch add github huozhi [email protected]
gitswitch use [alias]
$ cd ~/workspace/your-repo
$ gitswitch use github
$ cat .git/config
[user]
name = huozhi
email = [email protected]
gitswitch override [old email] [new name] [new email]
override git commit history of [old email] with name [new name] and email [new email]
LICENSE
MIT