whatthecommit icon indicating copy to clipboard operation
whatthecommit copied to clipboard

Unoffical command line client for https://whatthecommit.com

Results 4 whatthecommit issues
Sort by recently updated
recently updated
newest added

The alias fails due to empty commits. Investigating a bit I found out that the cert is the reason for it: ![image](https://user-images.githubusercontent.com/15176026/145723277-e1212b30-c680-4085-a05d-46d2726e0aeb.png)

## 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 *)`