An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gitachange [![Build Status](https://travis-ci.com/abakermi/gitachange.svg?branch=master)](https://travis-ci.com/abakermi/gitachange) [![npm version](https://badge.fury.io/js/gitachange.svg)](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)