diff options
| -rw-r--r-- | dot_gitconfig.tmpl | 4 |
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 |
