Class Gollum::Git::Git
In: lib/grit_adapter/git_layer_grit.rb
Parent: Object

Note that in Grit, the methods grep, rm, checkout, ls_files are all passed to native via method_missing. Hence the uniform method signatures.

Methods

cat_file   checkout   exist?   grep   ls_files   ls_tree   new   pull   push   rev_list   revert   rm   versions_for_path  

Public Class methods

Public Instance methods

@repo.git.cat_file({:p => true}, sha)

git.checkout({}, ‘HEAD’, ’—’, path)

git.rm({‘f’ => true}, ’—’, path)

[Validate]