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