Loading... developers love it already!
Git identities,
managed.
Switch between personal and work GitHub accounts seamlessly.
Map directories to identities and forget about SSH config headaches.
$
Get Started
npm install -g giman
bash — gid
➜
~
gid init
Initializing GiMan configuration... Done.
➜
~
gid dir add ~/dev/personal --identity personal
Directory mapped: ~/dev/personal → personal
➜
~
gid dir add ~/dev/work --identity work
Directory mapped: ~/dev/work → work
➜
~
git clone git@github.com:company/project.git
Using identity: work
Cloning into 'project'...
Cloning into 'project'...