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