# File lib/git/base.rb, line 169
    def gtree(objectish)
      Git::Object.new(self, objectish, 'tree')
    end