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.sh
cd /path/to/your/repo
g
- input commit message
- finish!
Written by THE SUSHI-WARE LICENSE