Skip to content

Instantly share code, notes, and snippets.

@max6cn
Created May 1, 2015 22:49
Show Gist options
  • Save max6cn/ce2a5a8c03fdd70e945a to your computer and use it in GitHub Desktop.
Save max6cn/ce2a5a8c03fdd70e945a to your computer and use it in GitHub Desktop.
Git tricks

Viewing all git diffs with vimdiff

git config --global diff.tool vimdiff
git config --global difftool.prompt false
git config --global alias.d difftool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment