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

https://github.com/saurabh0719/gitmeup

cli tool to automate repetitive git commands. :computer:
https://github.com/saurabh0719/gitmeup

automation cli-tool git javascript npm

Last synced: 4 months ago
JSON representation

cli tool to automate repetitive git commands. :computer:

Awesome Lists containing this project

README

          

# gitmeup

cli tool to automate git commands (add ., commit, pull push).

### Installation :
Using npm
```sh
$ npm install gitmeup -g
```
To update the package
```sh
$ npm update gitmeup -g
```
### Usage guide :
Run it inside any git repository:
```sh
$ gitmeup run
```
Change the default settings:
```sh
$ gitmeup defaults
```