|
|
|
@ -10,7 +10,7 @@ SYNOPSIS
@@ -10,7 +10,7 @@ SYNOPSIS
|
|
|
|
|
-------- |
|
|
|
|
[verse] |
|
|
|
|
'git-remote' |
|
|
|
|
'git-remote' add [-t <branch>] [-m <branch>] [-f] <name> <url> |
|
|
|
|
'git-remote' add [-t <branch>] [-m <branch>] [-f] [--mirror] <name> <url> |
|
|
|
|
'git-remote' show <name> |
|
|
|
|
'git-remote' prune <name> |
|
|
|
|
'git-remote' update [group] |
|
|
|
@ -45,6 +45,10 @@ multiple branches without grabbing all branches.
@@ -45,6 +45,10 @@ multiple branches without grabbing all branches.
|
|
|
|
|
With `-m <master>` option, `$GIT_DIR/remotes/<name>/HEAD` is set |
|
|
|
|
up to point at remote's `<master>` branch instead of whatever |
|
|
|
|
branch the `HEAD` at the remote repository actually points at. |
|
|
|
|
+ |
|
|
|
|
In mirror mode, enabled with `--mirror`, the refs will not be stored |
|
|
|
|
in the 'refs/remotes/' namespace, but in 'refs/heads/'. This option |
|
|
|
|
only makes sense in bare repositories. |
|
|
|
|
|
|
|
|
|
'show':: |
|
|
|
|
|
|
|
|
|