Skip to content

Instantly share code, notes, and snippets.

@melvynhills
Created May 7, 2014 23:28
Show Gist options
  • Save melvynhills/929e82b6ae7e3b096ef1 to your computer and use it in GitHub Desktop.
Save melvynhills/929e82b6ae7e3b096ef1 to your computer and use it in GitHub Desktop.
git push origin (see push.default setting)
git push origin master (git push origin master:master)
git push staging new-feature:master (push new-feature branch to master on remote)
git push origin :old-branch (push nothing to old-branch, delete)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment