Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Created July 10, 2013 16:26
Show Gist options
  • Save fabriceleal/5967790 to your computer and use it in GitHub Desktop.
Save fabriceleal/5967790 to your computer and use it in GitHub Desktop.
Git push all branches to remote
# http://stackoverflow.com/questions/6865302/push-local-git-repo-to-new-remote-including-all-branches-and-tags
git push origin --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment