Skip to content

Instantly share code, notes, and snippets.

@tranthamp
Created April 23, 2013 15:09
Show Gist options
  • Save tranthamp/5444378 to your computer and use it in GitHub Desktop.
Save tranthamp/5444378 to your computer and use it in GitHub Desktop.

Revisions

  1. Patrick Trantham created this gist Apr 23, 2013.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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