Created
March 23, 2017 14:19
-
-
Save enif-lee/ac43096a8ea5d860328ccd20a755ad0f to your computer and use it in GitHub Desktop.
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 alias.st status | |
git config --global alias.br branch | |
git config --global alias.co checkout | |
git config --global alias.cm "commit -m " | |
git config --global alias.l 'log --color --graph --pretty=oneline --decorate --date=short --abbrev-commit --branches' | |
git config --global alias.ds 'diff --stat' | |
git config --global diff.tool vimdiff | |
git config --global merge.tool vimdiff | |
git config --global difftool.prompt false | |
git config --global alias.dt difftool | |
git config --global alias.mt mergetool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment