提交 a882d72b 编写于 作者: C Chris Wanstrath

update generated manpages

上级 722cd1be
.\" generated with Ron/v0.3
.\" http://github.com/rtomayko/ron/
.
.TH "HUB" "1" "December 2009" "DEFUNKT" "Git Manual"
.TH "HUB" "1" "January 2010" "DEFUNKT" "Git Manual"
.
.SH "NAME"
\fBhub\fR \-\- git + hub = github
......@@ -24,6 +24,9 @@
\fBgit remote add\fR [\fB\-p\fR] \fIOPTIONS\fR \fIUSER\fR[/\fIREPOSITORY\fR]
.
.br
\fBgit browse\fR [\fB\-p\fR] [\fIUSER\fR/]\fIREPOSITORY\fR
.
.br
.
.SH "DESCRIPTION"
\fBhub\fR enhances various \fBgit\fR commands with GitHub remote expansion. The
......@@ -61,6 +64,12 @@ Push \fIREF\fR to each of \fIREMOTE\-1\fR through \fIREMOTE\-N\fR by executing
multiple \fBgit push\fR commands.
.
.TP
\fBgit browse\fR [\fB\-p\fR] [\fIUSER\fR\fB/\fR]\fIREPOSITORY\fR
Open repository's GitHub page in the system's default web browser
using \fBopen(1)\fR or the \fBBROWSER\fR env variable. Use \fB\-p\fR to open a
page with https.
.
.TP
\fBgit help\fR
Display enhanced git\-help(1).
.
......@@ -159,6 +168,23 @@ $ git push origin,staging,qa bert_timeout
.
.fi
.
.SS "git browse"
.
.nf
$ git browse schacon/ticgit
> open http://github.com/schacon/ticgit
$ git browse \-p schacon/ticgit
> open http://github.com/schacon/ticgit
$ git browse resque
> open http://github.com/YOUR_USER/resque
$ git browse \-p resque
> open https://github.com:YOUR_USER/resque
.
.fi
.
.SS "git help"
.
.nf
......
......@@ -73,6 +73,7 @@
<p><code>git init -g</code> <var>OPTIONS</var> <br>
<code>git clone</code> [<code>-p</code>] <var>OPTIONS</var> [<var>USER</var>/]<var>REPOSITORY</var> <var>DIRECTORY</var> <br>
<code>git remote add</code> [<code>-p</code>] <var>OPTIONS</var> <var>USER</var>[/<var>REPOSITORY</var>] <br>
<code>git browse</code> [<code>-p</code>] [<var>USER</var>/]<var>REPOSITORY</var> <br>
</p>
<h2>DESCRIPTION</h2>
......@@ -119,6 +120,12 @@ current working directory is used. With <code>-p</code>, use private remote
</dt>
<dd><p>Push <var>REF</var> to each of <var>REMOTE-1</var> through <var>REMOTE-N</var> by executing
multiple <code>git push</code> commands.</p></dd>
<dt>
<code>git browse</code> [<code>-p</code>] [<var>USER</var><code>/</code>]<var>REPOSITORY</var>
</dt>
<dd><p>Open repository's GitHub page in the system's default web browser
using <code>open(1)</code> or the <code>BROWSER</code> env variable. Use <code>-p</code> to open a
page with https.</p></dd>
<dt><code>git help</code></dt>
<dd><p>Display enhanced git-help(1).</p></dd>
</dl>
......@@ -186,6 +193,21 @@ $ git remote add -p rtomayko
&gt; git push qa bert_timeout
</code></pre>
<h3>git browse</h3>
<pre><code>$ git browse schacon/ticgit
&gt; open http://github.com/schacon/ticgit
$ git browse -p schacon/ticgit
&gt; open http://github.com/schacon/ticgit
$ git browse resque
&gt; open http://github.com/YOUR_USER/resque
$ git browse -p resque
&gt; open https://github.com:YOUR_USER/resque
</code></pre>
<h3>git help</h3>
<pre><code>$ git help
......@@ -210,7 +232,7 @@ $ git help hub
<ol class='foot man'>
<li class='tl'>DEFUNKT</li>
<li class='tc'>December 2009</li>
<li class='tc'>January 2010</li>
<li class='tr'>hub(1)</li>
</ol>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册