Create and Apply Git Patches
Jump to navigation
Jump to search
Internal
Overview
Patches can be created with git format-patch
and applied with git am
or git apply
.
Patches can be created with git format-patch
and applied with git am
or git apply
.