Skip to content

Instantly share code, notes, and snippets.

@O5ten
Created December 16, 2014 15:03
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 O5ten/22f9f9d3aea81ebb73dd to your computer and use it in GitHub Desktop.
Save O5ten/22f9f9d3aea81ebb73dd to your computer and use it in GitHub Desktop.
push.defaults
nothing - do not push anything.
matching - push all matching branches. All branches having the same name in both ends are considered to be matching. This is the default.
upstream - push the current branch to its upstream branch.
tracking - deprecated synonym for upstream.
current - push the current branch to a branch of the same name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment