Closed achilleas-k closed 6 years ago
When changes are being added as the first step of the upload process, the messages are prefixed with the word Adding, but if a deletion is being recorded into git, this results in the message Adding remove 'filename' which doesn't look nice.
upload
Adding
Adding remove 'filename'
When changes are being added as the first step of the
upload
process, the messages are prefixed with the wordAdding
, but if a deletion is being recorded into git, this results in the messageAdding remove 'filename'
which doesn't look nice.