http://whatthecommit.com/
刚在 irc 上发现的,配合git alias 省多少脑细胞啊。
比如像这样
yolo = !git add -A && git commit -m \"$(curl -s whatthecommit.com/index.txt)\" && git push -f origin HEAD:master
附上几个好玩的 commit...
1.Don't push this commit
2.No time to commit.. My people need me!
3.It worked, for me...
4.somebody keeps erasing my changes.
5.I'm too foo for this bar.
6.Ok, 5am, it works. For real.
7.Become a programmer, they said. It'll be fun, they said.
8.All your codebase are belong to us.
9.Revert "just testing, remember to revert"
0.removed tests since i can't make them green
好了, 我该写代码去了。
刚在 irc 上发现的,配合git alias 省多少脑细胞啊。
比如像这样
yolo = !git add -A && git commit -m \"$(curl -s whatthecommit.com/index.txt)\" && git push -f origin HEAD:master
附上几个好玩的 commit...
1.Don't push this commit
2.No time to commit.. My people need me!
3.It worked, for me...
4.somebody keeps erasing my changes.
5.I'm too foo for this bar.
6.Ok, 5am, it works. For real.
7.Become a programmer, they said. It'll be fun, they said.
8.All your codebase are belong to us.
9.Revert "just testing, remember to revert"
0.removed tests since i can't make them green
好了, 我该写代码去了。