Method: Flux::Git.git

Defined in:
lib/flux/git.rb

.git(path = repo_path) ⇒ Object



5
6
7
# File 'lib/flux/git.rb', line 5

def self.git(path = repo_path)
  Grit::Git.new(path)
end