For my Mastodon client, I was considering VisPro/REXX, but the challenge is it relies on extended attributes on the project folder structure.
Git doesn't handle that, so that's making it slightly challenging.
The best solution I can think up right now is to zip up the project folder and commit the zip file, but I don't much like that.
Otherwise I'd have to do an annoying cmd file as a git hook to use EAUTIL to export / import the EA's.
Has anyone built any EA support for git?