module GitHelpers

git functions helper small library wrapping git; use rugged for more interesting things

require 'dr/base/encoding' require 'git_helpers' if we are required directly

Constants

DefaultLogOptions
GitBranchError
VERSION

git_helpers version

Public Class Methods

create(dir='.') click to toggle source
# File lib/git_helpers.rb, line 35
def self.create(dir='.')
        GitDir.new(dir)
end