1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 08:50:40 +01:00

Remove duplicated row for git diff

Sophia Nepochataya
2015-06-18 20:01:06 +03:00
parent 162c09e8bd
commit 9130f724cf

@@ -83,8 +83,7 @@ See `~/.oh-my-zsh/lib/directories.zsh`
| _gcount_ | git shortlog -sn |
| _gcp_ | git cherry-pick |
| _gcs_ | git commit -S |
| _gd_ | git diff |
| _gd_ | git diff |
| _gd_ | git diff |
| _gdca_ | git diff --cached |
| _gdt_ | git diff-tree --no-commit-id --name-only -r |
| _gdt_ | git difftool |