https://github.com/abakermi/gitachange
execute git add && git commit in single command
https://github.com/abakermi/gitachange
Last synced: over 1 year ago
JSON representation
execute git add && git commit in single command
- Host: GitHub
- URL: https://github.com/abakermi/gitachange
- Owner: abakermi
- License: mit
- Created: 2020-03-25T12:26:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T12:34:05.000Z (over 6 years ago)
- Last Synced: 2025-02-24T09:23:57.159Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# gitachange [](https://travis-ci.com/abakermi/gitachange) [](https://badge.fury.io/js/gitachange)
> execute git add && git commit in single command
****
## **Install**
```
$ npm install -g gitachange
```
## Usage
```sh
gitachange […] -m
```
```sh
gitachange --help
Usage
$ gitachange […] -m
Required
--message, -m Message of commit
Examples
$ gitac add files1.js -m "init"
```
## Options
#### message
Type: `string`
commit message
## License
MIT © [Abdelhak Akermi](https://github.com/abakermi)