Y
Hacker News
new
|
ask
|
show
|
jobs
Commit Message Generator
(
whatthecommit.com
)
10 points
by
icodemyownshit
5788 days ago
2 comments
mrud
5788 days ago
For git (should be easy transferable to other VCs): git commit -m "$(curl -s
http://whatthecommit.com/
| awk '/<p>/ {sub("<p>", ""); print }')"
link
ngerakines
5787 days ago
This works too: git commit -m "$(curl -s
http://whatthecommit.com/index.txt
)
link
pinksoda
5786 days ago
I don't get it. Why would you want a fake commit message?
link