Get link to download modified files in a certain commit on GitHub

1

I'm starting to use GitHub, and I'd like to know if there's a way to generate a download link in the commit's ZIP format.

To Exemplify: I have my repository with the files:

  

test1.txt
  test2.txt
  test3.txt

However, I made a change to the test1.txt and test2.txt files and then I commited, so I would only like to download the modified files (test1 .txt and test2.txt), not the whole project. Is there any way? Remembering, I'm trying to use the same to set up an update system for the "client", not to keep my files and repository updated.

    
asked by anonymous 13.03.2016 / 05:26

1 answer

0

You can download a copy of what has been changed in a zip, so you have to have gitextensions and Git preview see the link below. gitextensions and the #

>

After installing follow the steps.

  

1st clone your directory.

     

2nd click on the folder and in GitExt Browse

  

3rdselectthecommitandclickArchiveRevision.  

    

4ºClickSaveasthefolderandfilename.  

This does not make much sense since you can go back to the commit you want.

    
13.03.2016 / 15:26