Skip to content

Instantly share code, notes, and snippets.

@Petesta
Last active July 29, 2019 21:06
Show Gist options
  • Save Petesta/b13dd2a7008b4781a6a4 to your computer and use it in GitHub Desktop.
Save Petesta/b13dd2a7008b4781a6a4 to your computer and use it in GitHub Desktop.
Only push branch you're on be default
# 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