Skip to content

Instantly share code, notes, and snippets.

@HQMIS
Created June 8, 2013 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HQMIS/5736343 to your computer and use it in GitHub Desktop.
Save HQMIS/5736343 to your computer and use it in GitHub Desktop.
push to more than one git
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "all"]
url = git@gitcafe.com:HQMIS/ITGPS.git
url = https://github.com/HQMIS/ITGPS.git
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@gitcafe.com:HQMIS/ITGPS.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "github"]
url = https://github.com/HQMIS/ITGPS.git
fetch = +refs/heads/*:refs/remotes/github/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment