Skip to content

Instantly share code, notes, and snippets.

@eightbitraptor
Created December 10, 2013 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eightbitraptor/7890896 to your computer and use it in GitHub Desktop.
Save eightbitraptor/7890896 to your computer and use it in GitHub Desktop.
apply a patch to a single file from a specific branch or revision from git.
# From the root of your repository.
git show <treeish> -- /path/to/file.rb | patch -p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment