mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Add 'exit' to git-repl command documentation
This commit is contained in:
parent
554d779344
commit
d6f505f85a
|
|
@ -248,6 +248,8 @@ bin/git-release
|
|||
git> quit
|
||||
```
|
||||
|
||||
You can use `exit` instead of `quit`.
|
||||
|
||||
## git commits-since
|
||||
|
||||
List commits since `date` (defaults to "last week"):
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-REPL" "1" "December 2015" "" ""
|
||||
.TH "GIT\-REPL" "1" "August 2016" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-repl\fR \- git read\-eval\-print\-loop
|
||||
|
|
@ -37,6 +37,9 @@ git> quit
|
|||
.
|
||||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
You can use \fBexit\fR instead of \fBquit\fR\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
|
|
|
|||
|
|
@ -100,11 +100,13 @@ bin/git-release
|
|||
git> quit
|
||||
</code></pre>
|
||||
|
||||
<p> You can use <code>exit</code> instead of <code>quit</code>.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -117,7 +119,7 @@ git> quit
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>December 2015</li>
|
||||
<li class='tc'>August 2016</li>
|
||||
<li class='tr'>git-repl(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ git-repl(1) -- git read-eval-print-loop
|
|||
|
||||
git> quit
|
||||
|
||||
You can use `exit` instead of `quit`.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
## AUTHOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue