Skip to content

Instantly share code, notes, and snippets.

@danman01
Created September 1, 2014 00:30
Show Gist options
  • Save danman01/9954e2c5ae1742912049 to your computer and use it in GitHub Desktop.
Save danman01/9954e2c5ae1742912049 to your computer and use it in GitHub Desktop.
setting up git
some nice things to do when setting up git:
# just push current branch when you do git push:
git config --global push.default current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment