class Git::Base

def gtree(objectish)

def gtree(objectish)
  Git::Object.new(self, objectish, 'tree')
end