git-auto-sync icon indicating copy to clipboard operation
git-auto-sync copied to clipboard

Is it possible to make the commit frequency a little sparse ?

Open shivanthzen opened this issue 3 years ago • 1 comments

Right now, every save on my text file, a git commit is created. This will build up over time as I make intermittent saves while editing a text file. Can I configure the auto-sync to run every 8 hours ? (Idea borrowed from obsidian git).

shivanthzen avatar Aug 17 '22 02:08 shivanthzen

this should help - https://github.com/GitJournal/git-auto-sync/pull/20

I just kept it as 1 hour, as I needed more frequent commits. But you can change it to 8 hours. Probably would be nice to have a way to get input from the user though, rather than having it hardcoded

sudeepdino008 avatar Jun 28 '24 18:06 sudeepdino008