Created
September 1, 2014 00:30
-
-
Save danman01/9954e2c5ae1742912049 to your computer and use it in GitHub Desktop.
setting up git
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
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