Skip to content

Home

View difference between two branches

Displays the difference between two branches.

git diff <branch>..<other-branch>

# Examples
git diff patch-1..patch-2
# Displays the difference between branches `patch-1` and `patch-2`

More like this

Start typing a keyphrase to see matching snippets.