# File lib/whiskey_disk.rb, line 177
    def refresh_checkout(path, repo_branch)
      enqueue "cd #{path}"
      enqueue "git fetch origin +refs/heads/#{repo_branch}:refs/remotes/origin/#{repo_branch}"
      enqueue "git reset --hard origin/#{repo_branch}"
    end