photoshop + git
What I would like to end up with, is pushing to a git from my computer, and have 50 computers updated.
Is it possible to download and use files from a git repository from inside Photoshop?
And if so, how would you do it? 🙂
This 6 year old thread talking about live-syncing scripts says the best thing to do is essentially:
- make your own folder somewhere
- setup sync from git to that folder
- make an action set in photoshop
- create an action per file you want to run in photoshop
When you replace the file in the folder, you have immediately done your update.
I don't really need the 'live' part part, could be on next restart (be it computer or photoshop)...
I'm going to give it a good ol' try myself and post any interesting finds here. Feel free to join the fun and post your tips, snippets...