Added possible git-extras options

agrimaldi 2012-12-03 15:09:00 -08:00
parent aea6b4851b
commit c8b4c3f91d

@ -291,20 +291,20 @@ You can find a list of some of the aliases introduced [here](http://jasonm23.git
git-extras - Support for [git-extras](https://github.com/visionmedia/git-extras) completion git-extras - Support for [git-extras](https://github.com/visionmedia/git-extras) completion
* `git changelog - populate changelog file with commits since the previous tag` * `git changelog [-l/--list] - populate changelog file with commits since the previous tag`
* `git contrib - display author contributions` * `git contrib - display author contributions`
* `git count - count commits` * `git count [--all] - count commits`
* `git delete-branch - delete local and remote branch` * `git delete-branch - delete local and remote branch`
* `git delete-submodule - delete submodule` * `git delete-submodule - delete submodule`
* `git delete-tag - delete local and remote tag` * `git delete-tag - delete local and remote tag`
* `git extras - git-extras` * `git extras [-v/--version] - git-extras`
* `git graft:'merge commits from source branch to destination branch` * `git graft:'merge commits from source branch to destination branch`
* `git squash - merge commits from source branch into the current one as a single commit` * `git squash - merge commits from source branch into the current one as a single commit`
* `git feature - create a feature branch` * `git feature [finish] - create a feature branch`
* `git refactor - create a refactor branch` * `git refactor [finish] - create a refactor branch`
* `git bug - create a bug branch` * `git bug [finish] - create a bug branch`
* `git summary - repository summary` * `git summary - repository summary`
* `git effort - display effort statistics` * `git effort [--above] - display effort statistics`
* `git repl - read-eval-print-loop` * `git repl - read-eval-print-loop`
* `git commits-since - list commits since a given date` * `git commits-since - list commits since a given date`
* `git release - release commit with the given tag` * `git release - release commit with the given tag`