diff --git a/config b/config index 196561f..34d9c86 100644 --- a/config +++ b/config @@ -1,6 +1,8 @@ # vim: ft=gitconfig [alias] + root = rev-parse --show-toplevel + abandon = !git reset --hard HEAD && git clean -d -f unstage = reset -q HEAD --