add alias in fish : "rebase" for "git rebase"
All checks were successful
/ build-all (push) Successful in 56s
All checks were successful
/ build-all (push) Successful in 56s
This commit is contained in:
parent
1fa1838e49
commit
7044ea8d31
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
||||||
stash = "git stash";
|
stash = "git stash";
|
||||||
popstash = "git stash pop";
|
popstash = "git stash pop";
|
||||||
pull = "git pull";
|
pull = "git pull";
|
||||||
|
rebase = "git rebase";
|
||||||
m = "meson";
|
m = "meson";
|
||||||
n = "ninja";
|
n = "ninja";
|
||||||
gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";
|
gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue