summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-09 14:50:11 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-09 14:50:11 -0800
commita65c1f44a0fb82bf498be0911b85fa42bb70147f (patch)
tree703ed9e5525803ffada566786b9b01963d8017cd /git-remote.html
parentdf3d3cddff51ef14a454394a9977e899f72b8244 (diff)
downloadgit-htmldocs-a65c1f44a0fb82bf498be0911b85fa42bb70147f.tar.gz
Autogenerated HTML docs for v2.29.2-227-ge4d83e
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/git-remote.html b/git-remote.html
index 4ac27b926..51129fe29 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -976,6 +976,16 @@ be updated. (See <a href="git-config.html">git-config(1)</a>).
</div>
</div>
<div class="sect1">
+<h2 id="_exit_status">EXIT STATUS</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>On success, the exit status is <code>0</code>.</p></div>
+<div class="paragraph"><p>When subcommands such as <em>add</em>, <em>rename</em>, and <em>remove</em> can&#8217;t find the
+remote in question, the exit status is <code>2</code>. When the remote already
+exists, the exit status is <code>3</code>.</p></div>
+<div class="paragraph"><p>On any other error, the exit status may be any other non-zero value.</p></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_examples">EXAMPLES</h2>
<div class="sectionbody">
<div class="ulist"><ul>
@@ -1045,7 +1055,7 @@ $ git merge origin</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-10-09 08:47:57 PDT
+ 2020-11-09 14:46:20 PST
</div>
</div>
</body>