Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: git_docs/git-nav-upstream.txt

Issue 200903002: Add documentation for git-map-branches, git-map, git-nav-downstream, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@documentation
Patch Set: fix lineendings Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698