Git apply: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Git Concepts * Git Commands")
 
No edit summary
 
Line 3: Line 3:
* [[Git Concepts#Patches|Git Concepts]]
* [[Git Concepts#Patches|Git Concepts]]
* [[Git Commands]]
* [[Git Commands]]
=Overview=
Applies a patch to the files in the working tree:
git apply <''file-name''.patch>

Latest revision as of 22:41, 1 August 2019

Internal

Overview

Applies a patch to the files in the working tree:

git apply <file-name.patch>