1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

Include the 'gds' command

dafinguzman
2019-11-25 16:32:31 -03:00
parent 39ca88eb4b
commit a4bf6dd638

@@ -128,6 +128,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gd_ | git diff | | _gd_ | git diff |
| _gdca_ | git diff --cached | | _gdca_ | git diff --cached |
| _gdct_ | git describe --tags `git rev-list --tags --max-count=1` | | _gdct_ | git describe --tags `git rev-list --tags --max-count=1` |
| _gds_ | git diff --staged |
| _gdt_ | git diff-tree --no-commit-id --name-only -r | | _gdt_ | git diff-tree --no-commit-id --name-only -r |
| _gdw_ | git diff --word-diff | | _gdw_ | git diff --word-diff |
| _gf_ | git fetch | | _gf_ | git fetch |