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

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

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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.demo.1.sh ('k') | docs/src/git-nav-upstream.demo.1.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
18 checks that out.
19
20 EXAMPLE
21 -------
22 demo:1[]
23 1. Note that being in a 'detached HEAD' state is OK. You'll just want to create
24 a linkgit:git-new-branch[1] from here.
25
26 include::_aliases.txt[]
27
28 ----
29 [alias]
30 git up = nav-upstream
31 ----
32
33 SEE ALSO
34 --------
35 linkgit:git-map-branches[1], linkgit:git-nav-downstream[1]
36
37 include::_footer.txt[]
38
39 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « docs/src/git-nav-downstream.demo.1.sh ('k') | docs/src/git-nav-upstream.demo.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698