Class Vlad::Git
In: lib/vlad/git.rb
Parent: Object

Methods

checkout   export   revision  

Public Instance methods

Returns the command that will check out revision from the repository into directory destination. revision can be any SHA1 or equivalent (e.g. branch, tag, etc…)

Returns the command that will export revision from the current directory into the directory destination. Expects to be run from scm_path after Vlad::Git#checkout

Returns a command that maps human-friendly revision identifier revision into a git SHA1.

[Validate]