diff --git a/Commands.md b/Commands.md index f69eec0..25ef394 100644 --- a/Commands.md +++ b/Commands.md @@ -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"): diff --git a/man/git-repl.1 b/man/git-repl.1 index 6c08b6d..00ad1e7 100644 --- a/man/git-repl.1 +++ b/man/git-repl.1 @@ -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" diff --git a/man/git-repl.html b/man/git-repl.html index 39cfb38..b01d76e 100644 --- a/man/git-repl.html +++ b/man/git-repl.html @@ -100,11 +100,13 @@ bin/git-release git> quit +
You can use exit instead of quit.
Written by Tj Holowaychuk <tj@vision-media.ca>
+Written by Tj Holowaychuk <tj@vision-media.ca>