TIL: Create and apply git patch 2019-12-30 til , git :til: :git: To create git patch execute git format-patch HEAD^. To apply patch run git apply file.patch.