Simply run:
git diff <ref1>..<ref2> [dirname]
With <ref1>
and <ref2>
being either branches, tags or HEAD.
[dirname]
is only required if you want the changes specific to a folder.
April 11, 2024
Simply run:
git diff <ref1>..<ref2> [dirname]
With <ref1>
and <ref2>
being either branches, tags or HEAD.
[dirname]
is only required if you want the changes specific to a folder.