-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
The Way Netlify CMS work on live site, is it make push to the remote repo...
Its Ok but If The Build Time of the Repository is 1 min... Its Kinda Slow
To Deploy Site and See changes and wait for 1 min...
I have another built a wrapper on hugo site using netlify-cms and netlify-cms-proxy...
Which allows you to use cms easily updating locally...
Its cool, but I needed it to make a git commit every save to the local repo instead of not doing anything at all..
Is there a way to highjack that with netlify-cms-proxy
I would like to Save to A Local Git Repo...
when saving a Collection or file
Instead of doing nothing...
But then Add an extra Button Of Livesync or do a git push
I wanna utilize as much as possible little or to none a third party integration of doing it , or by creating another wrapper like
electron or tauri on top of this just to be able to make native command calls to git and netlify....
Any help would be appreciated thanks