Git: Format and apply patches
Mar 16, 2020
1 minute read
git format-patch <branch-for-diff> -o <patch-dir>
git am <patch-dir>/* # apply all patches inside directory