Skip to content

Instantly share code, notes, and snippets.

@profesor79
Last active March 8, 2023 04:35
Show Gist options
  • Save profesor79/6607f3846b69878be25053790e69a4f2 to your computer and use it in GitHub Desktop.
Save profesor79/6607f3846b69878be25053790e69a4f2 to your computer and use it in GitHub Desktop.
Don't waste your time for commits
rem a simple commiter every 5 secons
:start
@echo off
timeout 5 > NUL
echo %time%
git add *
git commit -am "%time%"
goto start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment