Skip to content

note to self

code more, whine less

  • Developer’s Cheatsheet
  • Moments
  • About

Tag: vimdiff

git and vimdiff to visualize changes

1. See commits git log 2. setup vimdiff as default diff tool for git git config --global diff.tool vimdiff 3. disable question prompt for vimdiff git config --global diff.tool.prompt false 4. See diff between commits git difftool <commit-sha> -- <file-path>

hi development Leave a comment October 10, 2019October 10, 2019 1 Minute
Blog at WordPress.com.