git amend

This commit is contained in:
nora 2024-11-03 11:49:13 +01:00
parent 8070952ed7
commit dc7d918195

View file

@ -10,6 +10,7 @@
st = "status";
rc = "rebase --continue";
ra = "rebase --abort";
amend = "commit --amend --no-edit";
# complex renames
hardupdate = "!git fetch && git reset --hard \"origin/$(git rev-parse --abbrev-ref HEAD)\"";
fpush = "push --force-with-lease";