Created
September 4, 2016 00:01
-
-
Save dapperfu/8b89e5167c073eb83c60d3d335a72512 to your computer and use it in GitHub Desktop.
5 minute 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
while [ 1 ]; | |
do | |
git add *.slx | |
git add *.mdl | |
git add *.ipynb | |
git add *.m | |
git commit -a -m "Git Auto Commit: `date`" | |
#git push | |
sleep 300 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment