# File lib/git/lib.rb, line 540
    def remote_remove(name)
      command('remote', ['rm', '--', name])
    end