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

Side by Side Diff: docs/src/git-nav-downstream.txt

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: minor fixes 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
1 git-nav-downstream(1) 1 git-nav-downstream(1)
2 ===================== 2 =====================
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-nav-downstream - 6 git-nav-downstream -
7 include::_git-nav-downstream_desc.helper.txt[] 7 include::_git-nav-downstream_desc.helper.txt[]
8 8
9 SYNOPSIS 9 SYNOPSIS
10 -------- 10 --------
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [white]**$ git map-branches** 42 [white]**$ git map-branches**
43 [red]##origin/master## 43 [red]##origin/master##
44 [aqua]**cool_feature *{zwsp}** 44 [aqua]**cool_feature *{zwsp}**
45 [green]#subfeature# 45 [green]#subfeature#
46 [green]#frozen_changes# 46 [green]#frozen_changes#
47 [green]#master# 47 [green]#master#
48 [fuchsia]#{NO UPSTREAM}# 48 [fuchsia]#{NO UPSTREAM}#
49 [green]#bogus_noparent# 49 [green]#bogus_noparent#
50 ---- 50 ----
51 51
52 include::_aliases.txt[]
53
54 ----
55 [alias]
56 git down = nav-downstream
57 ----
58
59
52 SEE ALSO 60 SEE ALSO
53 -------- 61 --------
54 linkgit:git-map-branches[1], linkgit:git-nav-upstream[1] 62 linkgit:git-map-branches[1], linkgit:git-nav-upstream[1]
55 63
56 include::_footer.txt[] 64 include::_footer.txt[]
57 65
58 // vim: ft=asciidoc noexpandtab: 66 // vim: ft=asciidoc noexpandtab:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698