add commit undo

This commit is contained in:
Mylloon 2024-10-05 18:47:33 +02:00
parent 6c26b9c635
commit ab9214d673
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -31,3 +31,4 @@ abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
abbr ls "eza --icons=auto"
abbr topgrade "topgrade; pacman-clean"
abbr run "for i in (seq 100); ./program; end"
abbr commit-undo "git reset --hard HEAD~1 && git push --force"