mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
simplify git resq
This commit is contained in:
parent
e44eed1620
commit
94fd866e23
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
aliases = {
|
||||
hardupdate = "!git fetch && git reset --hard \"origin/$(git rev-parse --abbrev-ref HEAD)\"";
|
||||
fpush = "push --force-with-lease";
|
||||
resq = "!git rebase --autosquash -i $(git merge-base origin/master HEAD)";
|
||||
resq = "rebase --autosquash -i";
|
||||
};
|
||||
difftastic = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue