Created
          July 19, 2013 13:15 
        
      - 
      
 - 
        
Save jamesmorrish/6039032 to your computer and use it in GitHub Desktop.  
    Export changes between to revisions in a GIT repository
  
        
  
    
      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 characters
    
  
  
    
  | git diff --name-only SHA1 SHA2 | xargs tar -cvzf myFile.tar.gz | |
| Where SHA1 is first revision and SHA2 is last revision. | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment