add alias in fish : "rebase" for "git rebase"
All checks were successful
/ build-all (push) Successful in 56s

This commit is contained in:
Antoine Vaure 2026-03-20 11:18:54 +01:00
parent 1fa1838e49
commit 7044ea8d31

View file

@ -83,6 +83,7 @@
stash = "git stash";
popstash = "git stash pop";
pull = "git pull";
rebase = "git rebase";
m = "meson";
n = "ninja";
gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";