Is there a way to do a git pull that ignores any local file changes without blowing the directory away and having to perform a git clone?
git pull
git clone
shortest way to do it is:
git pull --rebase --autostash