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?
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?
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.