Created
January 23, 2013 15:53
-
-
Save thenoviceoof/4608523 to your computer and use it in GitHub Desktop.
Infinite github cheat
This file contains 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
#!/bin/bash | |
# execute from cron for github cheese! | |
# assume starting from ~/ | |
cd git/trivial | |
git rm * | |
r=`date | md5sum` | |
touch $r | |
git add . | |
git commit -m "$r" | |
# assumes you have master/origin configured | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment