Method: Mutx::Support::Git.add_all

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

.add_allObject



44
45
46
# File 'lib/mutx/support/git.rb', line 44

def self.add_all
  Mutx::Support::Console.execute("git add .")
end