Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zcong1993/gcommitter
- Owner: zcong1993
- License: mit
- Created: 2017-05-26T16:04:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T09:25:09.000Z (over 2 years ago)
- Last Synced: 2024-09-29T11:45:34.831Z (about 1 month ago)
- Topics: cli, git, golang
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- 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 -hgcommitter -p "commit message"
# git add . && git commit -m "commit message" && git pushgcommitter -p -t v2.0.0
# git tag v2.0.0 && git push origin v2.1.0 && git push
```## License
MIT © zcong1993