Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 247 Bytes

diff.md

File metadata and controls

11 lines (10 loc) · 247 Bytes

Compare files, commits and branches

Compare files across branches

git diff <branch1> <branch2> <file>
git diff tornjak-spire intel-asset examples/vault/README.md

Compare branches

git diff <branch1> <branch2>