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 months ago
JSON representation

Small script which will help you to automate your git flow

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
```