Git diff

From NovaOrdis Knowledge Base
Revision as of 18:21, 29 June 2020 by Ovidiu (talk | contribs) (Created page with "=Internal= * Git Commands =Overview= =Differences between Two Branches= <syntaxhighlight lang='bash'> git diff develop..task/m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Differences between Two Branches

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

For the entire repository:

git diff develop..task/my-branch .