summaryrefslogtreecommitdiff
path: root/dot_gitconfig.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_gitconfig.tmpl')
-rw-r--r--dot_gitconfig.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl
index 71c5a55..6839fbc 100644
--- a/dot_gitconfig.tmpl
+++ b/dot_gitconfig.tmpl
@@ -26,6 +26,10 @@
nadd = add -N .
padd = add -p .
undostage = restore --staged .
+ # Just for the memes
+ fixed = commit --amend --no-edit
+ gud = push --force-with-lease
+ rekt = !git reset --hard && git clean -df
[rerere]
enabled = true
autoUpdate = true