ohmyzsh/plugins/git2
Gaetan Semet 0d644e7997 H in gr* aliases (git reset) means --hard
Principle is to use a capital letter for more dangerous
commands. grh means "git reset HEAD", which cannot involve data lose.
grH means "git reset --hard", which CAN involve data lose.
grhH now means "git reset --hard HEAD".

I intentionnaly chose to not aliase H to "HEAD" and h to --hard.

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2014-10-13 11:44:31 +02:00
..
_git-branch moved my git plugin to git2 2014-02-03 14:18:06 +01:00
_git-remote moved my git plugin to git2 2014-02-03 14:18:06 +01:00
git2.plugin.zsh H in gr* aliases (git reset) means --hard 2014-10-13 11:44:31 +02:00
README.md moved my git plugin to git2 2014-02-03 14:18:06 +01:00

Git plugin

Maintainer: Stibbons

Compared to the first git plugin, this one adds several organised git aliases and increase the completion function provided by zsh. Please note that is is a complete rework, with many new aliases to relearn.