Git diff

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Differences between Two Branches

git diff develop..task/my-branch path/to/folder

It seems the order in which the branches are specified does not matter.

For the entire repository:

git diff develop..task/my-branch .