ohmyzsh/plugins/git
Gaetan Semet 00f52bcc1b Minor changes in Git aliases
- change gr to git remote to git rebase. In a daily developement,
  for a typical developper, ther is more rebase than adding or
  removing branches. Thus, gr (for git remote) becomes gre, while
  gr becomes git rebase (gr = rebase, gra = abort rebase,
  grc = rebase continue)
- gf is for git fetch. new alias for --all: gfa
- gitk-entier-history is a magic alias for find lost/dandling
  commits without having to mess with git reflog

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-09-10 11:15:53 +02: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 Minor changes in Git aliases 2013-09-10 11:15:53 +02: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