whatthecommit
whatthecommit copied to clipboard
Unoffical command line client for https://whatthecommit.com
The alias fails due to empty commits. Investigating a bit I found out that the cert is the reason for it: 
## Problem whatthecommit.com does not support https (anymore?). All links of the form https://whatthecommit.com return `ERR_SSL_UNRECOGNIZED_NAME_ALERT`, aka just do not work. ## Solution ```bash sed -i 's|https://whatthecommit|http://whatthecommit|g' * ``` ##...
If whatthecommit decides to upload a commit message of type `$(foo)` , a command corresponding with foo will run in your shell. Example: `git commit -m $(rm -rf *)`