Skip to content

Instantly share code, notes, and snippets.

@lafeber
Created April 19, 2012 07:30
Show Gist options
  • Save lafeber/2419424 to your computer and use it in GitHub Desktop.
Save lafeber/2419424 to your computer and use it in GitHub Desktop.
Always push and pull from current branch
git config --global push.default current
git config --global pull.default current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment