geogig-remote-add documentation¶
SYNOPSIS¶
geogig remote add [-t <branch>] <name> <url>
DESCRIPTION¶
Adds a remote for the repository with the given name and URL.
With -t <branch>
option, instead of the default global refspec for the remote to track all branches under the refs/remotes/<name>/ namespace, a refspec to track only <branch> is created.
OPTIONS¶
-t <branch>, --track <branch> | |
Remote branch to track. |
BUGS¶
Discussion is still open.