Last active
August 29, 2015 14:19
-
-
Save Dan1el42/f856523a103b3dc83afe to your computer and use it in GitHub Desktop.
Git Default Setup
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
| git config --global push.default simple | |
| git config --global pull.rebase true | |
| git config --global rerere.enabled true | |
| git config --global color.ui true | |
| git config --global alias.s "status -s" | |
| git config --global alias.lg "log --oneline --decorate --all --graph" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment