Simple & blazing fast alternative git command.
- Support ANY environment if you can use git.
- Indexing & commit & push with ONE command.
- Depends on git command ONLY.
Put this to *rc file of your shell.
alias g="git add -A; git commit; git push origin $(git symbolic-ref --short HEAD)"or
./install.shcd /path/to/your/repog- input commit message
- finish!
Written by THE SUSHI-WARE LICENSE