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