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.