Last active
November 7, 2022 17:45
-
-
Save fernviridian/76a27efd4e5b46b8b512 to your computer and use it in GitHub Desktop.
horrible git autosave every 15 minutes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true; do echo "saving"; git add --all :/; git commit -am "autosaving `date`"; git push origin master; sleep 900; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I feel your pain. I've found COBOL is more advanced than GIT. I suspect GIT was invented by software folks who want to spend more time fiddling with repositories than doing actual coding work, so that they can get more money with less productivity. I'm currently trying to get the company to go to SVN. A far better, much more advanced and easier to use repository interface. My suggestion would be to do the same. Ditch GIT altogether, and go to SVN.