add funny pfush git alias

This commit is contained in:
nora 2023-06-24 22:13:45 +02:00
parent d51d89d3cf
commit 236c002c98

View file

@ -76,6 +76,7 @@
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";
resq = "rebase --autosquash -i"; resq = "rebase --autosquash -i";
pfush = "!echo \"hör uf ume z'pfusche und machs richtig\"";
}; };
difftastic = { difftastic = {
enable = true; enable = true;