Skip to content

Instantly share code, notes, and snippets.

@enif-lee
Created March 23, 2017 14:19
Show Gist options
  • Save enif-lee/ac43096a8ea5d860328ccd20a755ad0f to your computer and use it in GitHub Desktop.
Save enif-lee/ac43096a8ea5d860328ccd20a755ad0f to your computer and use it in GitHub Desktop.
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