Shylock Hg

My own blog powered by Hugo and Ivy.

Git Diff Ignore

2019-07-09


We can ignore files or directories when using git diff as below:

git diff master...head -- . ':(exclude)/tests/*' ':(exclude)/miscs/*' ...