# File lib/whiskey_disk.rb, line 290
  def update_main_repository_checkout
    needs(:deploy_to)
    initialize_git_changes
    refresh_checkout(setting(:deploy_to), branch)
    capture_git_changes
  end