All of lore.kernel.org
 help / color / mirror / Atom feed
* bug in git remote --help
@ 2020-05-19 10:44 Ernst Reissner
  2020-05-19 10:57 ` Denton Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Ernst Reissner @ 2020-05-19 10:44 UTC (permalink / raw)
  To: git

I have git 2.26.2.

git remote --help

yields

SYNOPSIS
       git remote [-v | --verbose]
       git remote add [-t <branch>] [-m <master>] [-f] [--[no-]tags]
[--mirror=<fetch|push>] <name> <url>
       git remote rename <old> <new>
       git remote remove <name>
       git remote set-head <name> (-a | --auto | -d | --delete | <branch>)
       git remote set-branches [--add] <name> <branch>...
       git remote get-url [--push] [--all] <name>
       git remote set-url [--push] <name> <newurl> [<oldurl>]
       git remote set-url --add [--push] <name> <newurl>
       git remote set-url --delete [--push] <name> <url>
       git remote [-v | --verbose] show [-n] <name>...
       git remote prune [-n | --dry-run] <name>...
       git remote [-v | --verbose] update [-p | --prune] [(<group> |
<remote>)...]


which does not mention `git remote show <origin>` which actually exists.


Greetings,


Ernst


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-19 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 10:44 bug in git remote --help Ernst Reissner
2020-05-19 10:57 ` Denton Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.