Class R10K::Git::Rugged::ThinRepository
In: lib/r10k/git/rugged/thin_repository.rb
Parent: R10K::Git::Rugged::WorkingRepository

Methods

cache   checkout   clone   fetch   new  

Public Class methods

Public Instance methods

@return [String] The cache remote URL

Clone this git repository

@param remote [String] The Git remote to clone @param opts [Hash]

@options opts [String] :ref The git ref to check out on clone

@return [void]

Fetch refs and objects from one of the Git remotes

@param remote [String] The remote to fetch, defaults to ‘cache’ @return [void]

[Validate]