Y
Hacker News
new
|
ask
|
show
|
jobs
by
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 }')"
1 comments
ngerakines
5788 days ago
This works too: git commit -m "$(curl -s
http://whatthecommit.com/index.txt
)
link