Method: Git::Base#gtree
- Defined in:
- lib/git/base.rb
#gtree(objectish) ⇒ Git::Object
Returns a Git object.
885 886 887 |
# File 'lib/git/base.rb', line 885 def gtree(objectish) Git::Object.new(self, objectish, 'tree') end |
Returns a Git object.
885 886 887 |
# File 'lib/git/base.rb', line 885 def gtree(objectish) Git::Object.new(self, objectish, 'tree') end |