aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-09 13:15:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-09 13:15:33 +1200
commit1acddd193b21a63e0fd558f31e89cf63c65c9f62 (patch)
tree94a634e184276c05f312e688ff0612284ef9daa5 /git
parentRestore named colours (diff)
downloaddotfiles-1acddd193b21a63e0fd558f31e89cf63c65c9f62.tar.gz
dotfiles-1acddd193b21a63e0fd558f31e89cf63c65c9f62.zip
Add "fuckit" alias to Git configuration
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/git/gitconfig.m4 b/git/gitconfig.m4
index 2f6953fd..7eda3679 100644
--- a/git/gitconfig.m4
+++ b/git/gitconfig.m4
@@ -6,6 +6,7 @@
[alias]
others = ls-files --others --exclude-standard
+ fuckit = "!git clean -dfx ; git reset --hard"
[color]
ui = true