0.4.0 • Published 6 years ago

commit-with v0.4.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

commit-with

🤗 A command line util to share the fame when pair programming by adding a co-authored message to a commit

Install

globally install this package using npm:

npm i -g commit-with

or yarn

yarn global add commit-with

Usage

❯ 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

Example

Commit currently staged files

❯ commit-with ericadamski

commit-with ericadamski

Commit, and add using -a git commit flag

❯ commit-with -a ericadamski

commit-with -a ericadamski

0.4.0

6 years ago

0.3.1

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago