Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created September 24, 2020 21:39
Show Gist options
  • Save jesusgoku/6d3f061e130b28a61e0c34cbbb685457 to your computer and use it in GitHub Desktop.
Save jesusgoku/6d3f061e130b28a61e0c34cbbb685457 to your computer and use it in GitHub Desktop.
git --git-dir=../<some_other_repo>/.git \
format-patch -k -1 --stdout <commit SHA> | \
git am -3 -k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment