Created
November 27, 2019 16:13
-
-
Save kyle-west/480191af12509e6acfae276a067c07dd to your computer and use it in GitHub Desktop.
Append a commit message with a "Co-authored-by" message with just a GitHub username
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install
Best installed via
bashfulCLI.Usage
co-authoredtakes a list of GitHub usernames as strings. It adds their credit info to your latest commit message.Example
After writing up your commit message, run the following command to add (for example) @kyle-west as a commit co-author
It will change the commit message from this:
To this:
And everyone will receive credit where credit is due.