0.0.1 • Published 4 years ago

gitachange v0.0.1

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

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