Created
July 24, 2014 21:04
-
-
Save drock/1d424720db5647b7b5de to your computer and use it in GitHub Desktop.
How to get on the leaderboard of Github's Pulse feature
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
while true; do | |
git commit --allow-empty | |
git push | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment