Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 733 Bytes

pshe-git

Your native language is ukrainian/russian? You're using git? Use them together!

Installation

  • cd ~; git clone https://github.com/zettamax/pshe-git .pshe-git;
  • add source ~/.pshe-git/pshe.sh to your ~/.bashrc file
  • ...
  • PROFIT

How to use?

Simply use пше instead of git Subcommands are also supported.

Autocomplete

Use autocomplete, as usual:

~ пше д[TAB]
диф     додать

Examles

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