Skip to content

Instantly share code, notes, and snippets.

@thenoviceoof
Created January 23, 2013 15:53
Infinite github cheat
#!/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