ohmyzsh/plugins/git
Vladimir Kochnev 145814023b Alias gdtr to git diff-tree
`gdt` cannot be used for `git diff-tree` because this alias is being overriding later for `git difftool` so there is a conflict in names.
I propose to do renaming for `git diff-tree` alias but not for `git difftool` alias because:
1) `gdt` alias may already been used by someone for `git difftol`.
2) We already have a `gmt` for `git mergetool` so having a `gdt` for `git difftool` is less surprising.
2015-05-25 19:46:38 +03:00
..
_git-branch Copy and paste of two functions from Ubuntu 13.04's version of /usr/share/zsh/functions/Completion/Unix/_git that were referenced in 46f0d8d. Fixes #1952. 2013-07-09 23:15:43 -05:00
_git-remote Improvement in the git plugin 2013-06-05 15:16:51 +02:00
git.plugin.zsh Alias gdtr to git diff-tree 2015-05-25 19:46:38 +03:00
README.md Improvement in the git plugin 2013-06-05 15:16:51 +02:00

git

Maintainer: Stibbons

This plugin adds several git aliases and increase the completion function provided by zsh