🤗 A command line util to share the fame when pair programming by adding a co-authored message to a commit
globally install this package using npm:
npm i -g commit-with
or yarn
yarn global add commit-with
❯ commit-with --help
Usage: commit-with [options] <github-usernames...>
Searches Github for the user and auto generates a co-authored tag for your commit message
Options:
-V, --version output the version number
-a, --all commit all changed files
-f, --force ignore cached commit templates, look up user again on githup
-h, --help output usage information
Commit currently staged files
❯ commit-with ericadamski
Commit, and add using -a
git commit flag
❯ commit-with -a ericadamski