#!/bin/bash
#
# See: Unstaged changes left after git reset --hard - f'cking .gitattributes
#      https://stackoverflow.com/questions/11383094/unstaged-changes-left-after-git-reset-hard

# Dispatch
git rm .gitattributes
git add -A
git reset --hard