Skip to content

Instantly share code, notes, and snippets.

@dapperfu
Created September 4, 2016 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapperfu/8b89e5167c073eb83c60d3d335a72512 to your computer and use it in GitHub Desktop.
Save dapperfu/8b89e5167c073eb83c60d3d335a72512 to your computer and use it in GitHub Desktop.
5 minute commits.
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