Created
          April 23, 2013 15:09 
        
      - 
      
 - 
        
Save tranthamp/5444378 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
Patrick Trantham created this gist
Apr 23, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # 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