Created
December 16, 2014 15:03
-
-
Save O5ten/22f9f9d3aea81ebb73dd to your computer and use it in GitHub Desktop.
push.defaults
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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