We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e13921 commit 357af14Copy full SHA for 357af14
builtin-remote.c
@@ -8,12 +8,12 @@
8
#include "refs.h"
9
10
static const char * const builtin_remote_usage[] = {
11
- "git remote",
12
- "git remote add <name> <url>",
+ "git remote [-v | --verbose]",
+ "git remote add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>",
13
"git remote rename <old> <new>",
14
"git remote rm <name>",
15
- "git remote show <name>",
16
- "git remote prune <name>",
+ "git remote show [-n] <name>",
+ "git remote prune [-n | --dry-run] <name>",
17
"git remote update [group]",
18
NULL
19
};
0 commit comments