Create and Apply Git Patches

From NovaOrdis Knowledge Base
Revision as of 21:46, 16 January 2024 by Ovidiu (talk | contribs) (Created page with "=Internal= * Git Concepts * <tt>git format-patch</tt> =Overview= <code>git format-patch</code> exports the content of each commit into a "patch" that can then be applied with <code>git am</code> or <code>git apply</code>.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

git format-patch exports the content of each commit into a "patch" that can then be applied with git am or git apply.