Git diff: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Git Commands =Overview= =Differences between Two Branches= <syntaxhighlight lang='bash'> git diff develop..task/m...")
(No difference)

Revision as of 18:21, 29 June 2020

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 .