Method: Git::Base#gcommit
- Defined in:
- lib/git/base.rb
#gcommit(objectish) ⇒ Object
173 174 175 |
# File 'lib/git/base.rb', line 173 def gcommit(objectish) Git::Object.new(self, objectish, 'commit') end |
173 174 175 |
# File 'lib/git/base.rb', line 173 def gcommit(objectish) Git::Object.new(self, objectish, 'commit') end |