Skip to content

Instantly share code, notes, and snippets.

@montogeek
Created January 22, 2015 23:29
Show Gist options
  • Select an option

  • Save montogeek/82606993d135d2081006 to your computer and use it in GitHub Desktop.

Select an option

Save montogeek/82606993d135d2081006 to your computer and use it in GitHub Desktop.
Multiple keys for user on Github
[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
#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