method

git

git(command={})
public

Run a command in git.

Examples

  git :init
  git :add => "this.file that.rb"
  git :add => "onefile.rb", :rm => "badfile.cxx"