Created
May 28, 2019 11:43
-
-
Save yaacov/dd6dc24e77828f2ee23ffdea40df4e9f to your computer and use it in GitHub Desktop.
git alias
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 --bool pull.rebase true | |
git config --global push.default simple | |
git config --global alias.co checkout | |
git config --global alias.br branch | |
git config --global user.name yaacov | |
git config --global user.email [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment