Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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