module Rake::DevEiate::GitRefinements

Monkeypatches to allow command options the `git` gem doesn't allow.

Refs:

Public Instance Methods

cmd( cmd ) click to toggle source
# File lib/rake/deveiate/git-refinements.rb, line 15
def cmd( cmd )
        self.lib.cmd( cmd )
end