Similar to cherry-pick, apply the changes
Commit history will be transferred
git am <patch-file> for a single file
git am <patch-file>
git am <output-dir>/*.patch will apply all .patch files with the right order (implied in the file name)
git am <output-dir>/*.patch
.patch
Last updated 2 years ago