Skip to content

Instantly share code, notes, and snippets.

@yusufhm
Created November 7, 2014 07:20
Embed
What would you like to do?
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