Module: Git::Commands::Remote Private
- Defined in:
- lib/git/commands/remote.rb,
lib/git/commands/remote/add.rb,
lib/git/commands/remote/list.rb,
lib/git/commands/remote/show.rb,
lib/git/commands/remote/prune.rb,
lib/git/commands/remote/remove.rb,
lib/git/commands/remote/rename.rb,
lib/git/commands/remote/update.rb,
lib/git/commands/remote/get_url.rb,
lib/git/commands/remote/set_url.rb,
lib/git/commands/remote/set_head.rb,
lib/git/commands/remote/set_url_add.rb,
lib/git/commands/remote/set_branches.rb,
lib/git/commands/remote/set_url_delete.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Commands for managing git remotes via git remote
This module contains command classes split by remote operation:
- List - list configured remotes
- Add - add a new remote
- Rename - rename an existing remote
- Remove - remove a remote
- SetHead - manage a remote's default branch
- SetBranches - configure tracked branches for a remote
- GetUrl - retrieve fetch or push URLs
- SetUrl - replace a remote URL
- SetUrlAdd - append a remote URL
- SetUrlDelete - delete a matching remote URL
- Show - show details about one or more remotes
- Prune - prune stale tracking refs for remotes
- Update - update one or more remotes or groups
Defined Under Namespace
Classes: Add, GetUrl, List, Prune, Remove, Rename, SetBranches, SetHead, SetUrl, SetUrlAdd, SetUrlDelete, Show, Update