# File lib/whiskey_disk.rb, line 268
  def initialize_git_changes
    needs(:deploy_to)
    enqueue "rm -f #{setting(:deploy_to)}/.whiskey_disk_git_changes"
    snapshot_git_revision
  end