diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-08-08 12:50:57 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 0a76ecb3cfa3dbfaaefb7ef46783b9f6ce4ac13f (patch) | |
| tree | 2196d206f5712c386298711f301fb63f6e467104 /dot_gitconfig.tmpl | |
| parent | db89df5388591412b26ef3cea9f7aefec828a3b1 (diff) | |
feat(git): add some meme aliases
Diffstat (limited to 'dot_gitconfig.tmpl')
| -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 |
