From da69682d6894e617be55ff26b8b9e06404c99441 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 30 May 2018 14:34:42 -0400 Subject: [PATCH] Got this one from Christina --- aliases.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aliases.local b/aliases.local index f3264c6..e5ccb83 100644 --- a/aliases.local +++ b/aliases.local @@ -7,3 +7,5 @@ alias rebasate="git rebase" # Bundler alias be="bundle exec" + +alias fuckit="git reset HEAD --hard"