Summary
Support git for backup of entire project folder
Detailed description
Support git for backup of entire project folder
This likely can't/shouldn't work when project folder is on boot drive to prevent lots of extra writes to the boot flash. However even then I'm not sure HOW this would work when I think its more important to support individual projects being pulled from a git repo.
This would however allow us to support syncing the projects to GitHub or rolling back a change. Seems overly complicated. We could also maybe do git submodules if you have a project that is already its own repo.
This is just speculation at this point and I've not looked into any of this yet.
Alternatives considered
No response
Summary
Support git for backup of entire project folder
Detailed description
Support git for backup of entire project folder
This likely can't/shouldn't work when project folder is on boot drive to prevent lots of extra writes to the boot flash. However even then I'm not sure HOW this would work when I think its more important to support individual projects being pulled from a git repo.
This would however allow us to support syncing the projects to GitHub or rolling back a change. Seems overly complicated. We could also maybe do git submodules if you have a project that is already its own repo.
This is just speculation at this point and I've not looked into any of this yet.
Alternatives considered
No response