Remove the .git/.gitmessage file from the repo if it's present
Set the mob with a co-author that exists in ~/.git-authors
Expected:
↪ git mob rk
Dennis Ideler <dideler@findmypast.com>
Richard Kotze <rkotze@findmypast.com>
Actual:
↪ git mob rk
Dennis Ideler <dideler@findmypast.com>
Richard Kotze <rkotze@findmypast.com>
(node:16471) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '.git/.gitmessage'
(node:16471) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:16471) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code
Steps to reproduce:
.git/.gitmessage
file from the repo if it's present~/.git-authors
Expected:
Actual:
Environment info: