# File lib/git/lib.rb, line 295
    def fetch(remote)
      command('fetch', remote.to_s)
    end