Last Updated: February 25, 2016
·
935
· mathias

git fml

For when you need to go back to a clean slate and declare FML, add this to your ~/.gitconfig:

[alias]
  fml = !"git fetch && git reset --hard origin/master"