Skip to content

Instantly share code, notes, and snippets.

@hpmewes
Created July 2, 2012 10:44
Show Gist options
  • Save hpmewes/3032619 to your computer and use it in GitHub Desktop.
Save hpmewes/3032619 to your computer and use it in GitHub Desktop.
Git - Multiple Connections
[branch "master"]
remote = gitlab
merge = refs/heads/master
[remote "other"]
url = https://github.com/hpmewes/OtherFrameworkBundle.git
fetch = +refs/heads/*:refs/remotes/gitlab/*
[remote "github"]
url = https://github.com/hpmewes/MLabsFrameworkBundle.git
fetch = +refs/heads/*:refs/remotes/github/*
[remote "origin"]
url = https://github.com/hpmewes/MLabsFrameworkBundle.git
url = https://github.com/hpmewes/OtherFrameworkBundle.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment