Previous: Remote Commands, Up: Remotes [Contents][Index]
These variables can be set from the transient prefix command
magit-remote-configure
. By default they can also be set from
magit-remote
. See Remote Commands.
This variable specifies the url of the remote named NAME. It can have multiple values.
The refspec used when fetching from the remote named NAME. It can have multiple values.
This variable specifies the url used for fetching from the remote
named NAME. If it is not specified, then remote.NAME.url
is used
instead. It can have multiple values.
The refspec used when pushing to the remote named NAME. It can have multiple values.
This variable specifies what tags are fetched by default. If the
value is --no-tags
then no tags are fetched. If the value is
--tags
, then all tags are fetched. If this variable has no value,
then only tags are fetched that are reachable from fetched branches.