cd ~; git clone https://github.com/zettamax/pshe-git .pshe-git;
- add
source ~/.pshe-git/pshe.sh
to your~/.bashrc
file - ...
- PROFIT
Simply use пше
instead of git
Subcommands are also supported.
Use autocomplete, as usual:
~ пше д[TAB]
диф додать
git --help
-> пше --help
git commit -a -m
-> пше комит -a -m
git add .
-> пше додать .
git reset --hard HEAD
-> пше резет --hard HEAD
git log --oneline --graph --color
-> пше лог --oneline --graph --color
... and so on