Created
December 9, 2018 04:07
-
-
Save awave1/ba6ce63b1fd4c5507ab01dcc9f2df18d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Github (default) | |
Host github.com | |
HostName github.com | |
User git | |
IdentityFile ~/.ssh/github | |
# Gitlab () | |
Host gitlab.com | |
HostName gitlab.com | |
User git | |
IdentityFile ~/.ssh/gitlab | |
# Bitbucket (secondary) | |
Host bitbucket.org | |
HostName bitbucket.org | |
User git | |
IdentityFile ~/.ssh/bitbucket | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment