0.0.1 • Published 6 years ago

git-collab v0.0.1

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

git-collab

CLI utility to make co-authored commits on github.

Install

You can install git-collab using one of the options listed below

SourceCommand
curlcurl -L https://raw.githubusercontent.com/ziishaned/git-collab/master/installer.sh \| sudo sh
npmnpm install -g git-collab
manualClone and run make install

Usage

Simply run it inside your terminal and it will give you the output:

git collab -m "Refactor code" -a "Zeeshan Ahmad <ziishaned@gmail.com>,John Doe <johndoe@gmail.com>"

Options

You can pass several options to modify how git collab behaves

git collab [-m <commit-message>] 
           [-a <authors>]

Here is the detail for each of the options

OptionDescription
mSpecify the commit message
aList of the authors
hDisplay the help screen

For the basic usage, all you have to do is run git collab inside your terminal.

Contributions

Feel free to submit pull requests, create issues or spread the word.

License

MIT © Zeeshan Ahmad