Created
January 22, 2015 23:29
-
-
Save montogeek/82606993d135d2081006 to your computer and use it in GitHub Desktop.
Multiple keys for user on Github
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
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = false | |
| logallrefupdates = true | |
| ignorecase = true | |
| precomposeunicode = true | |
| [remote "origin"] | |
| url = git@github.com-montogeek:montogeek/clojure-examples.git | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| [user] | |
| name = Fernando Montoya | |
| email = montogeek@gmail.com |
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
| #montogeek account | |
| Host github.com-montogeek | |
| HostName github.com | |
| User git | |
| IdentityFile /Users/luis/.ssh/id_rsa_montogeek | |
| IdentitiesOnly yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment