# File lib/r10k/git/working_dir.rb, line 67
def
sync
if
not
cloned?
clone
else
update
end
end