2026 Community Survey results are here! See how the Craft CMS community works. results are live!
How to Create and Apply Git Patches
In a previous lesson we used git-cherry-pick to grab a commit and apply it to a different branch. In this lesson we'll learn how to do that but with patch files. Learn how to use the git-format-patch and git-am commands.