-
-
Save profesor79/6607f3846b69878be25053790e69a4f2 to your computer and use it in GitHub Desktop.
Don't waste your time for commits
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
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