Run npx co-commit
to start. - No installation needed.
GitHub allows you to co-author commits by appending Co-authored-by: name <name@example.com>
to a commit message.
Each time you run co-commit, npx
will install the package. This will usually only takes a few seconds. To skip this you can preinstall co-commit using npm i -g co-commit
.
You can also utilize git flags with co-commit: eg git commit --all
becomes npx co-commit --all
. Additionally, you can skip prompts using flags: eg: -m "your commit message"
or -co "mariiapunda"
.
To commit with multiple co-authors simply comma-separate their usernames.
To run co-commit you need to have NodeJs installed. Naturally, git is also required.
- mariiapunda 👩💻
- juliettepretot 👩💻