DEV Community

Discussion on: Adding Remote Shortcuts to Git

Collapse
 
evanoman profile image
Evan Oman • Edited

Nice to know you can do this from git! I like manage these names with my ~/.ssh/config file (which allows me to set the identity file for each remote as well)

Collapse
 
hoelzro profile image
Rob Hoelz

Yeah, this technique pairs very well with ~/.ssh/config!