Skip to content

Instantly share code, notes, and snippets.

@graudeejs
Created October 3, 2011 19:45
Show Gist options
  • Save graudeejs/1260034 to your computer and use it in GitHub Desktop.
Save graudeejs/1260034 to your computer and use it in GitHub Desktop.
git patching
git format-patch master --stdout > fix_empty_poster.patch
git apply --stat fix_empty_poster.patch
git apply --check fix_empty_poster.patch
git am --signoff < fix_empty_poster.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment