class Git::Base

def commit(message, opts = {})

:author
:allow_empty
:add_all
options:

commits all pending changes in the index file to the git repository
def commit(message, opts = {})
  self.lib.commit(message, opts)
end