https://github.com/zcong1993/gcommitter
Easy way of git commit and push
https://github.com/zcong1993/gcommitter
cli git golang
Last synced: 5 months ago
JSON representation
Easy way of git commit and push
- Host: GitHub
- URL: https://github.com/zcong1993/gcommitter
- Owner: zcong1993
- License: mit
- Created: 2017-05-26T16:04:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T09:25:09.000Z (over 4 years ago)
- Last Synced: 2025-12-04T13:38:48.482Z (7 months ago)
- Topics: cli, git, golang
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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