# File lib/r10k/git/shellgit/bare_repository.rb, line 18 def clone(remote) git ['clone', '--mirror', remote, git_dir.to_s] end