Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zcong1993/gcommitter

Easy way of git commit and push
https://github.com/zcong1993/gcommitter

cli git golang

Last synced: 26 days ago
JSON representation

Easy way of git commit and push

Awesome Lists containing this project

README

        

# gcommitter

> Git add + commit + push

## Install

```bash
brew install zcong1993/homebrew-tap/gcommitter
```

## Usage

```bash
gcommitter -h

gcommitter -p "commit message"
# git add . && git commit -m "commit message" && git push

gcommitter -p -t v2.0.0
# git tag v2.0.0 && git push origin v2.1.0 && git push
```

## License

MIT © zcong1993