Blogmark
lucky-commit: Customize your git commit hashes!
via jbranchaud@gmail.com
https://github.com/not-an-aardvark/lucky-commit
Git
A utility to quickly modify a git commit until the front of the hash achieves a desired sequence of characters.
Here’s the example they give:
$ git log
1f6383a Some commit
$ lucky_commit
$ git log
0000000 Some commit
Learned about this from this blog post.