TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Commit Message Generator

50 点作者 ashleyblackmore大约 12 年前

9 条评论

ushi大约 12 年前
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>
fosk大约 12 年前
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 未加载
coherentpony大约 12 年前
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 未加载
frakturfreund大约 12 年前
For your ~/.gitconfig:<p><pre><code> wtc = !git commit -m \"$(curl -s http://whatthecommit.com/index.txt)\"</code></pre>
评论 #5666322 未加载
vsbuffalo大约 12 年前
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 未加载
jtchang大约 12 年前
Does anyone else ever use "WIP" for work in progress? :)
评论 #5666307 未加载
评论 #5666297 未加载
评论 #5666227 未加载
jtokoph大约 12 年前
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.
Gertig大约 12 年前
Very funny, may just check this out for some inspiration every once in a while. :)
评论 #5666367 未加载
yefim323大约 12 年前
I love it! May I ask how these are generated?
评论 #5666254 未加载