oh-my-zsh/plugins/git
Hugo Posca e693b517cf Add 'git branch hierarchy' alias on git plugin
With this alias one can see the branches hierarchy of the repository
without all the commit messages.
Very useful when trying to discover which branch is the parent of
another and/or if a branch was merged.

*  (local-branch-for-tests)
*  (origin/newer-stuff, newer-stuff)
*  (tag: before-merging)
| *  (origin/more-stuff)
| | *  (origin/new-stuff, new-stuff)
| |/
| | *  (origin/another-branch)
| | | *  (origin/master, origin/HEAD)
| | |/
| | *
| | |\
| |/ /
| | *  (update-documentation)
| * |  (HEAD -> master)
| |/
| | *  (refs/stash)
| |/
|/|
* |  (pr-hints)
|/
| *  (tag: before-rebase)
|/
*  (old-local-branch)
| *  (branch5)
|/
| *  (branch4)
|/
| *  (branch3)
|/
| *  (origin/branch2, branch2)
|/
| *  (origin/branch1)
|/
*
2018-01-19 14:34:27 -08:00
..
git.plugin.zsh Add 'git branch hierarchy' alias on git plugin 2018-01-19 14:34:27 -08:00
README.md Many updates to git plugin (see #2790) 2015-05-08 16:00:22 +02:00

git

Maintainer: @ncanceill

This plugin adds many useful aliases and functions.

Usage

See the wiki for a list of aliases and functions provided by the plugin.