Last active
July 29, 2019 21:06
-
-
Save Petesta/b13dd2a7008b4781a6a4 to your computer and use it in GitHub Desktop.
Only push branch you're on be default
This file contains hidden or 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
# Only push the branch that you're on by default | |
git config --global push.default upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment