Guest User

Untitled

a guest
Jun 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. You can configure git to work with vimdiff issuing the following two commands in terminal:
  2.  
  3. git config --global diff.tool vimdiff
  4. git config --global difftool.prompt false
  5.  
  6. Two examples of how you can use this:
  7.  
  8. git difftool HEAD
  9. git difftool HEAD path-and-filename-of-specific-file
  10.  
  11. You can quit all files with:
  12.  
  13. :qall
Add Comment
Please, Sign In to add comment