Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Commit Message Generator
(opens in new tab)
(whatthecommit.com)
10 points
icodemyownshit
15y ago
3 comments
Save
Share
3 comments
3 comments · 2 top-level
top
newest
oldest
mrud
15y ago
· 1 in thread
For git (should be easy transferable to other VCs): git commit -m "$(curl -s
http://whatthecommit.com/
| awk '/<p>/ {sub("<p>", ""); print }')"
ngerakines
15y ago
This works too: git commit -m "$(curl -s
http://whatthecommit.com/index.txt
)
pinksoda
15y ago
I don't get it. Why would you want a fake commit message?
j
/
k
navigate · click thread line to collapse