Skip to content

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

License

Notifications You must be signed in to change notification settings

ericadamski/commit-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published