Created
April 23, 2013 15:09
-
-
Save tranthamp/5444378 to your computer and use it in GitHub Desktop.
Handy git-fu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a patchset for a specific file or files, assuming the file doesn't exist in your local repo | |
git format-patch --output-directory myPatch commit-id-begin..commit-id-end -- file1 file2 file3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment