Method: MGit::System.git

Defined in:
lib/mgit/system.rb

.git(cmd, opts = {}) ⇒ Object



60
61
62
# File 'lib/mgit/system.rb', line 60

def self.git(cmd, opts = {})
  GitCommand.new(cmd, opts)
end