#!/bin/bash # # Reset .gitattributes # # See https://stackoverflow.com/questions/11383094/unstaged-changes-left-after-git-reset-hard git rm .gitattributes git add -A git reset --hard