# File lib/r10k/git/shellgit/working_repository.rb, line 45
  def checkout(ref)
    git ['checkout', ref], :path => @path.to_s
  end