Method: Git::Base#commit
- Defined in:
- lib/git/base.rb
#commit(message, opts = {}) ⇒ Object
commits all pending changes in the index file to the git repository
263 264 265 |
# File 'lib/git/base.rb', line 263 def commit(, opts = {}) self.lib.commit(, opts) end |