summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
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.txt
parentdf3d3cddff51ef14a454394a9977e899f72b8244 (diff)
downloadgit-htmldocs-a65c1f44a0fb82bf498be0911b85fa42bb70147f.tar.gz
Autogenerated HTML docs for v2.29.2-227-ge4d83e
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-remote.txt b/git-remote.txt
index ea73386c8..31c29c9b3 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -203,6 +203,17 @@ The remote configuration is achieved using the `remote.origin.url` and
`remote.origin.fetch` configuration variables. (See
linkgit:git-config[1]).
+EXIT STATUS
+-----------
+
+On success, the exit status is `0`.
+
+When subcommands such as 'add', 'rename', and 'remove' can't find the
+remote in question, the exit status is `2`. When the remote already
+exists, the exit status is `3`.
+
+On any other error, the exit status may be any other non-zero value.
+
EXAMPLES
--------