OLD | NEW |
1 git-map-branches(1) | 1 git-map-branches(1) |
2 =================== | 2 =================== |
3 | 3 |
4 NAME | 4 NAME |
5 ---- | 5 ---- |
6 git-map-branches - | 6 git-map-branches - |
7 include::_git-map-branches_desc.helper.txt[] | 7 include::_git-map-branches_desc.helper.txt[] |
8 | 8 |
9 SYNOPSIS | 9 SYNOPSIS |
10 -------- | 10 -------- |
(...skipping 17 matching lines...) Expand all Loading... |
28 | 28 |
29 NOTE: If multiple branches are on the same commit, they will all be cyan. | 29 NOTE: If multiple branches are on the same commit, they will all be cyan. |
30 | 30 |
31 EXAMPLE | 31 EXAMPLE |
32 ------- | 32 ------- |
33 | 33 |
34 Given the hypothetical demo repo in linkgit:git-map[1]\'s EXAMPLE section, and | 34 Given the hypothetical demo repo in linkgit:git-map[1]\'s EXAMPLE section, and |
35 assuming that the `frozen_changes` branch was currently checked out, running | 35 assuming that the `frozen_changes` branch was currently checked out, running |
36 'git map-branches' would result in an output like: | 36 'git map-branches' would result in an output like: |
37 | 37 |
38 [subs="quotes"] | 38 demo:1[] |
39 ---- | |
40 [white]**$ git map-branches** | |
41 [red]#origin/master# | |
42 [green]#cool_feature# | |
43 [green]#subfeature# | |
44 [aqua]#frozen_changes *# | |
45 [green]#master# | |
46 [fuchsia]#{NO UPSTREAM}# | |
47 [green]#bogus_noparent# | |
48 [aqua]#duplicate_cool_feature_no_upstream# | |
49 ---- | |
50 | 39 |
51 include::_aliases.txt[] | 40 include::_aliases.txt[] |
52 | 41 |
53 ---- | 42 ---- |
54 [alias] | 43 [alias] |
55 git bmap = map-branches | 44 git bmap = map-branches |
56 ---- | 45 ---- |
57 | 46 |
58 SEE ALSO | 47 SEE ALSO |
59 -------- | 48 -------- |
60 linkgit:git-map[1] | 49 linkgit:git-map[1] |
61 | 50 |
62 include::_footer.txt[] | 51 include::_footer.txt[] |
63 | 52 |
64 // vim: ft=asciidoc: | 53 // vim: ft=asciidoc: |
OLD | NEW |