https://github.com/bsdf/gh
gh - manage multiple github accts
https://github.com/bsdf/gh
Last synced: 10 months ago
JSON representation
gh - manage multiple github accts
- Host: GitHub
- URL: https://github.com/bsdf/gh
- Owner: bsdf
- Created: 2011-08-04T04:03:53.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T03:52:56.000Z (almost 15 years ago)
- Last Synced: 2025-05-14T02:13:55.224Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
gh - manage multiple github accts
USEAGE
> gh add bsdf --name "BEN ENGLISCH" --email "EMAILBEN145@gmail.com" --key ~/.ssh/id_rsa
~added bsdf
> gh add bsdf2 -n "JEN ENGLISCH" -e "EMAILJEN145@gmail.com" -k ~/.ssh/id_rsa2
~added bsdf2
> gh list
> gh l
> gh
~bsdf
bsdf2
> gh bsdf2
~bsdf2
> gh who
~bsdf2
> gh list
bsdf
~bsdf2
> gh bsdf3
~err: bsdf3 doesnt exist.
> gh remove bsdf2
> gh rm bsdf2
~r u sure? y
~bye
> gh restore
~restored ~/.ssh/id_rsa
~restored ~/.ssh/id_rsa2