git remote set-branches <name> <branch...>
Changes the list of branches tracked by the named remote. This can be used to track a subset of the available remote branches after the initial setup for a remote
Arguments
| Name | Description |
|---|---|
name | |
branch |
Options
| Name | Description |
|---|---|
--add | Instead of replacing the list of currently tracked branches, adds to that list |