Method: Git::Lib#remote_remove
- Defined in:
- lib/git/lib.rb
#remote_remove(name)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1414 1415 1416 |
# File 'lib/git/lib.rb', line 1414 def remote_remove(name) command('remote', 'rm', name) end |