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

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

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: fix pylint 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
« no previous file with comments | « docs/src/git-nav-downstream.txt ('k') | docs/src/git-new-branch.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 git-nav-upstream(1) 1 git-nav-upstream(1)
2 ===================== 2 =====================
3 3
4 NAME 4 NAME
5 ---- 5 ----
6 git-nav-upstream - 6 git-nav-upstream -
7 include::_git-nav-upstream_desc.helper.txt[] 7 include::_git-nav-upstream_desc.helper.txt[]
8 8
9 SYNOPSIS 9 SYNOPSIS
10 -------- 10 --------
(...skipping 23 matching lines...) Expand all
34 [white]**$ git map-branches** 34 [white]**$ git map-branches**
35 [red]##origin/master## 35 [red]##origin/master##
36 [aqua]**cool_feature *{zwsp}** 36 [aqua]**cool_feature *{zwsp}**
37 [green]#subfeature# 37 [green]#subfeature#
38 [green]#frozen_changes# 38 [green]#frozen_changes#
39 [green]#master# 39 [green]#master#
40 [fuchsia]#{NO UPSTREAM}# 40 [fuchsia]#{NO UPSTREAM}#
41 [green]#bogus_noparent# 41 [green]#bogus_noparent#
42 ---- 42 ----
43 43
44 include::_aliases.txt[]
45
46 ----
47 [alias]
48 git up = nav-upstream
49 ----
50
44 SEE ALSO 51 SEE ALSO
45 -------- 52 --------
46 linkgit:git-map-branches[1], linkgit:git-nav-downstream[1] 53 linkgit:git-map-branches[1], linkgit:git-nav-downstream[1]
47 54
48 include::_footer.txt[] 55 include::_footer.txt[]
49 56
50 // vim: ft=asciidoc noexpandtab: 57 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « docs/src/git-nav-downstream.txt ('k') | docs/src/git-new-branch.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698