gitachange

0.0.1 • Public • Published

gitachange Build Status npm version

execute git add && git commit in single command


Install

$ npm install -g gitachange

Usage

gitachange [<pathspec>…​] -m <message> 
 gitachange --help
 
 Usage
      $ gitachange [<pathspec>…​] -m <message> 
 
    Required
      --message, -m  Message of commit
 
    Examples
      $ gitac add files1.js -m "init"
 

Options

message

Type: string

commit message

License

MIT © Abdelhak Akermi

/gitachange/

    Package Sidebar

    Install

    npm i gitachange

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    4.64 kB

    Total Files

    5

    Last publish

    Collaborators

    • abakermi