Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Created November 7, 2014 07:20
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 yusufhm/f315f7a5b2616be5e75d to your computer and use it in GitHub Desktop.
Save yusufhm/f315f7a5b2616be5e75d to your computer and use it in GitHub Desktop.
Add 'all' origin in git for pushing to multiple remotes
[remote "all"]
url = first@git.url
fetch = +refs/heads/*:refs/remotes/all/*
url = second@git.url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment