Created
November 14, 2017 13:03
-
-
Save rightson/2040a8b8659d7adc8e67d0294aa425c3 to your computer and use it in GitHub Desktop.
git diff with vim
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 diff.tool vimdiff | |
git config --global difftool.prompt false | |
git config --global alias.vimdiff difftool | |
# Usage: git vimdiff | |
# git vimdiff --cached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment