Module: Git

Defined in:
lib/git/trifle.rb,
lib/git/trifle/version.rb

Overview

My main goal here is to stick as little as possible to the underlying git lib. I also want to be able to change if i must, as painlessly as possible

That’s why the code below is a bit of Enumerable fest (to deplete the underlying lib of all class instances, and rather work on arrays of strings (paths names, branches names, remotes names, commit sha, etc…)

Defined Under Namespace

Classes: Trifle