mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
git amend
This commit is contained in:
parent
8070952ed7
commit
dc7d918195
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
st = "status";
|
st = "status";
|
||||||
rc = "rebase --continue";
|
rc = "rebase --continue";
|
||||||
ra = "rebase --abort";
|
ra = "rebase --abort";
|
||||||
|
amend = "commit --amend --no-edit";
|
||||||
# complex renames
|
# complex renames
|
||||||
hardupdate = "!git fetch && git reset --hard \"origin/$(git rev-parse --abbrev-ref HEAD)\"";
|
hardupdate = "!git fetch && git reset --hard \"origin/$(git rev-parse --abbrev-ref HEAD)\"";
|
||||||
fpush = "push --force-with-lease";
|
fpush = "push --force-with-lease";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue