Skip to content

Instantly share code, notes, and snippets.

@fernviridian
Last active November 7, 2022 17:45
Show Gist options
  • Select an option

  • Save fernviridian/76a27efd4e5b46b8b512 to your computer and use it in GitHub Desktop.

Select an option

Save fernviridian/76a27efd4e5b46b8b512 to your computer and use it in GitHub Desktop.
horrible git autosave every 15 minutes
while true; do echo "saving"; git add --all :/; git commit -am "autosaving `date`"; git push origin master; sleep 900; done
@sigungq
Copy link

sigungq commented Nov 7, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment