TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Commit Message Generator

50 pointsby ashleyblackmoreabout 12 years ago

9 comments

ushiabout 12 years ago
For the lazy...<p><a href="https://github.com/ngerakines/commitment/blob/master/commit_messages.txt" rel="nofollow">https://github.com/ngerakines/commitment/blob/master/commit_...</a>
foskabout 12 years ago
I set this in my .profile file a while ago:<p><pre><code> alias gca='git add -A; git commit -a -m "`curl -s http://whatthecommit.com/index.txt`"'</code></pre>
评论 #5666504 未加载
coherentponyabout 12 years ago
This is funny. But the reason that this is funny is because people actually say these things in commit messages. I mean, "updates" is a commonly used commit message for a colleague I work with. It makes me want to cry.
评论 #5666501 未加载
frakturfreundabout 12 years ago
For your ~/.gitconfig:<p><pre><code> wtc = !git commit -m \"$(curl -s http://whatthecommit.com/index.txt)\"</code></pre>
评论 #5666322 未加载
vsbuffaloabout 12 years ago
For your ~/.profile (or whatever): curl --connect-timeout 1 <a href="http://whatthecommit.com/index.txt" rel="nofollow">http://whatthecommit.com/index.txt</a>
评论 #5666319 未加载
jtchangabout 12 years ago
Does anyone else ever use "WIP" for work in progress? :)
评论 #5666307 未加载
评论 #5666297 未加载
评论 #5666227 未加载
jtokophabout 12 years ago
use <a href="http://whatthecommit.com/index.txt" rel="nofollow">http://whatthecommit.com/index.txt</a> to pull just the text for a commit message.
Gertigabout 12 years ago
Very funny, may just check this out for some inspiration every once in a while. :)
评论 #5666367 未加载
yefim323about 12 years ago
I love it! May I ask how these are generated?
评论 #5666254 未加载