# File icon-artist/gitrepo.rb, line 42 def checkout(branch = 'master') system("cd #{@working_dir} && git checkout #{branch}") end