Method: Git::Base#commit

Defined in:
lib/git/base.rb

#commit(message, opts = {})

commits all pending changes in the index file to the git repository

options: :all :allow_empty :amend :author



461
462
463
# File 'lib/git/base.rb', line 461

def commit(message, opts = {})
  lib.commit(message, opts)
end