Skip to content

Commit

Permalink
Many updates to git plugin (see ohmyzsh#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncanceill committed May 8, 2015
1 parent ff4663a commit 5b75cc7
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 309 deletions.
10 changes: 8 additions & 2 deletions plugins/git/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## git
**Maintainer:** [Stibbons](https://github.com/Stibbons)

This plugin adds several git aliases and increase the completion function provided by zsh
**Maintainer:** [@ncanceill](https://github.com/ncanceill)

This plugin adds many useful aliases and functions.

### Usage

See the [wiki](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git) for a list of aliases and functions provided by the plugin.

83 changes: 0 additions & 83 deletions plugins/git/_git-branch

This file was deleted.

74 changes: 0 additions & 74 deletions plugins/git/_git-remote

This file was deleted.

1 comment on commit 5b75cc7

@kcaulkins
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why'd you remove ggpull and ggpush? Not too familiar with git so I'm assuming I missed something.

edit: Nevermind I see ggl and ggp 😄

Please sign in to comment.