ohmyzsh/plugins/git
Gaetan Semet 948666c5e2 Reorganized aliases in the git plugin.
This reorganizes completely the way each alias is defined in
the Git plugin. They now follow a common logic:

- they are organize in group with the same prefix, some may overlap
  (like gc for git commit and gco for git check-out) but there is
  no more collision (gp for git push and gpr for git pull --rebase)
- they are much easier to learn since they are no more in a single list
- more documented!
- they are logicaly liked to each other, they do not hide the
  underlying git command so you can easily remember them when you
  have to work on a machine without these magic aliases.
- I use them daily in my git workflow (pull/rebase, dev, rebase, push, ...)
  on both my android tasks and github projects.

Signed-off-by: Gaetan Semet gaetan@xeberon.net
2013-12-12 14:58:15 +01: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 Reorganized aliases in the git plugin. 2013-12-12 14:58:15 +01: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