Number of revisions per file saved via Git

5

I have a very specific need, I need to store at most 3 revisions of a PSD file, with each new revision being deleted. Is it possible to do this in Git?

    
asked by anonymous 16.09.2014 / 14:43

1 answer

2

So far Adobe Photoshop does not feature integration with .PSD file versioning. But I believe you can create a folder in Github, and from it make a fork, which will generate a branched copy of the original, and with each modification you must save the file on a different fork. Take a test.

You can consult the operation and use of Github tools from the free e-Book offered by Git itself.

link

    
16.09.2014 / 16:35