Commit 7808a519 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

Fix typo in man page for git new-branch

The option is --upstream, not --uptstream.

R=sergiyb@chromium.org

Change-Id: I007dfecae9ba576d65bbb8b96c3f2296d2152a23
Reviewed-on: https://chromium-review.googlesource.com/c/1350747
Auto-Submit: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
parent a21a7c53
......@@ -790,7 +790,7 @@ new-branch --upstream_current &lt;branch_name&gt;</code>.</p></div>
</p>
</dd>
<dt class="hdlist1">
--uptstream &lt;REF&gt;
--upstream &lt;REF&gt;
</dt>
<dd>
<p>
......
......@@ -50,7 +50,7 @@ Conceptually, each branch in your repo represents one \fIChange List (CL)\fR\&.
Set the tracking (upstream) branch to the currently\-checked\-out branch\&.
.RE
.PP
\-\-uptstream <REF>
\-\-upstream <REF>
.RS 4
Set the tracking (upstream) branch to <REF>\&. <REF> may be a local branch, remote branch, or a tag\&.
.RE
......
......@@ -34,7 +34,7 @@ OPTIONS
--upstream_current::
Set the tracking (upstream) branch to the currently-checked-out branch.
--uptstream <REF>::
--upstream <REF>::
Set the tracking (upstream) branch to <REF>. <REF> may be a local branch,
remote branch, or a tag.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment