OLD | NEW |
---|---|
(Empty) | |
1 git-nav-upstream(1) | |
2 ===================== | |
3 | |
4 NAME | |
5 ---- | |
6 git-nav-upstream - | |
7 include::_git-nav-upstream_desc.helper.txt[] | |
8 | |
9 SYNOPSIS | |
10 -------- | |
11 [verse] | |
12 'git nav-upstream' | |
13 | |
14 DESCRIPTION | |
15 ----------- | |
16 | |
17 'git-nav-upstream' takes the current branch, finds it\'s upstream branch, and | |
agable
2014/03/18 02:00:27
its
| |
18 checks that out. | |
19 | |
20 EXAMPLE | |
21 ------- | |
22 | |
23 [subs="quotes,attributes"] | |
24 ---- | |
25 [white]**$ git map-branches** | |
26 [red]##origin/master## | |
27 [green]#cool_feature# | |
28 [aqua]**subfeature *{zwsp}** | |
29 [green]#frozen_changes# | |
30 [green]#master# | |
31 [fuchsia]#{NO UPSTREAM}# | |
32 [green]#bogus_noparent# | |
33 [white]**$ git nav-upstream** | |
34 [white]**$ git map-branches** | |
35 [red]##origin/master## | |
36 [aqua]**cool_feature *{zwsp}** | |
37 [green]#subfeature# | |
38 [green]#frozen_changes# | |
39 [green]#master# | |
40 [fuchsia]#{NO UPSTREAM}# | |
41 [green]#bogus_noparent# | |
42 ---- | |
43 | |
44 SEE ALSO | |
45 -------- | |
46 linkgit:git-map-branches[1], linkgit:git-nav-downstream[1] | |
47 | |
48 include::_footer.txt[] | |
49 | |
50 // vim: ft=asciidoc noexpandtab: | |
OLD | NEW |