Compiler icon indicating copy to clipboard operation
Compiler copied to clipboard

LLVM patch git difftool

Open morris821028 opened this issue 9 years ago • 0 comments

Setting

$ git config --global diff.tool vimdiff

How to Use

$ git difftool <now_hash>:<now_filepath> <prev_hash>:<prev_filepath>

If want to compare head commit,

$ git difftool HEAD:README.md <prev_hash>:README.md

morris821028 avatar May 22 '16 14:05 morris821028