Method: Grit::Repo#commit_all
- Defined in:
- lib/grit/repo.rb
#commit_all(message) ⇒ Object
Commits all tracked and modified files
Returns true/false if commit worked
244 245 246 |
# File 'lib/grit/repo.rb', line 244 def commit_all() self.git.commit({}, '-a', '-m', ) end |