0.2.3 • Published 3 years ago

gitswitch v0.2.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

Git-Switch - git profile manager

Install

npm install -g gitswitch

Usage

gitswitch ls

$ gitswitch ls

github
 - name: huozhi
 - email: huozhi@company.com
work
 - name: mr
 - email: mr@workspace.com

gitswitch add alias email

$ gitswitch add github huozhi huozhi@company.com

gitswitch use alias

$ cd ~/workspace/your-repo
$ gitswitch use github

$ cat .git/config

[user]
name = huozhi
email = huozhi@company.com

gitswitch override old email new email

override git commit history of old email with name new name and email new email

LICENSE

MIT

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

8 years ago