1GIT-SHOW-TREE(1)                  Git Extras                  GIT-SHOW-TREE(1)
2
3
4

NAME

6       git-show-tree - show branch tree of commit history
7

SYNOPSIS

9       git-show-tree
10

DESCRIPTION

12       Show  the decorated graph view of one liner summarized commits from all
13       branches.
14

EXAMPLES

16       Output the commit history log for all branches as tree view:
17
18
19
20           *   4b57684 (HEAD, develop) Merge branch upstream master.
21           |\
22           | *   515e94a Merge pull request #128 from nickl-/git-extras-html-hyperlinks
23           | |\
24           | | * 815db8b (nickl/git-extras-html-hyperlinks, git-extras-html-hyperlinks) help ronn make hyperlinks.
25           | * | 7398d10 (nickl/develop) Fix #127 git-ignore won´t add duplicates.
26           | |/
27           | | * ab72c1e (refs/stash) WIP on develop: 5e943f5 Fix #127 git-ignore won´t add duplicates.
28           | |/
29           |/|
30           * | 730ca89 (bolshakov) Rebase bolshakov with master
31           |/
32           * 60f8371 (origin/master, origin/HEAD, master) Merge pull request #126 from agrimaldi/fix-changelog-last-tag
33           * 9627780 (tag: 1.7.0) Release 1.7.0
34           * 2e53ff6 (tag: 1.6.0) Release 1.6.0
35           * bbd32d8 (tag: 1.5.1) Release 1.5.1
36           | * 6b6b758 (nickl/gh-pages, gh-pages) add example git-extras to gh-pages
37           | * 19cfd11 (origin/gh-pages) Index page
38           | | * 881a70e (tag: 1.5.0) Release 1.5.0
39           | |/
40           |/|
41           * | 4db5ee0 (tag: 1.4.0) Release 1.4.0
42           * | 9b0bc89 (tag: 1.3.0) Release 1.3.0
43           * | be49961 (tag: 1.2.0) Release 1.2.0
44           * | c1d2dfc (tag: 1.1.0) Release 1.1.0
45           * | 4a56adb (tag: 1.0.0) Release 1.0.0
46           * | 948308b (tag: 0.9.0) Release 0.9.0
47           * | 40b131d (tag: 0.8.1) Release 0.8.1
48           * | 391431d (tag: 0.8.0) Release 0.8.0
49
50
51

AUTHOR

53       Written by Nick Lombard github@jigsoft.co.za
54

REPORTING BUGS

56       <https://github.com/tj/git-extras/issues>
57

SEE ALSO

59       <https://github.com/tj/git-extras>
60
61
62
63                                 October 2017                 GIT-SHOW-TREE(1)
Impressum