60 61 62
# File 'lib/mgit/system.rb', line 60 def self.git(cmd, opts = {}) GitCommand.new(cmd, opts) end