Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logotip4ik/g
Small script which will help you to automate your git flow
https://github.com/logotip4ik/g
cli git nodejs zx
Last synced: 2 days ago
JSON representation
Small script which will help you to automate your git flow
- Host: GitHub
- URL: https://github.com/logotip4ik/g
- Owner: logotip4ik
- Created: 2021-07-28T16:41:27.000Z (over 3 years ago)
- Default Branch: rust
- Last Pushed: 2023-06-30T20:35:31.000Z (over 1 year ago)
- Last Synced: 2024-11-12T19:42:20.639Z (7 days ago)
- Topics: cli, git, nodejs, zx
- Language: Rust
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
❯ g -h
simplify your git flowUsage: g.exe
Commands:
log show uncommitted changes and previous commits
pull pull changes from origin
push push changes from origin
sync push and pull changes from origin
cmt commit files with message
help Print this message or the help of the given subcommand(s)Options:
-h, --help Print help
-V, --version Print version
```