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 months 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 (almost 5 years ago)
- Default Branch: rust
- Last Pushed: 2023-06-30T20:35:31.000Z (about 3 years ago)
- Last Synced: 2025-10-16T21:25:53.519Z (9 months 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 flow
Usage: 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
```