Method: Mutx::Support::Git.add_commit

Defined in:
lib/mutx/support/git.rb

.add_commit(msg = nil) ⇒ Object



39
40
41
42
# File 'lib/mutx/support/git.rb', line 39

def self.add_commit msg=nil
  self.add_all
  self.commit msg
end