titan remote rm¶
Remove a remote from a repository. For more information on managing remotes, see the Adding and Removing Remotes section.
Syntax¶
titan remote rm <repository> <remote>
Arguments¶
- repository
Required. The name of the target repository.
- remote
Required. The name of the remote to remove.
Example¶
$ titan remote rm hello-world origin
Removed origin from hello-world