git-auto-sync
git-auto-sync copied to clipboard
Is it possible to make the commit frequency a little sparse ?
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).
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