# File lib/whiskey_disk/helpers.rb, line 16
def git_changes
  changes = read_git_changes_file.split("\n").uniq
rescue Exception
  nil
end