mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Remove gplforce alias
This commit is contained in:
parent
7ba6ec389c
commit
cbf498acb7
1 changed files with 3 additions and 4 deletions
|
@ -23,10 +23,9 @@ homeConfiguration [ "nixos" "root" ] {
|
||||||
glo = "git log --oneline";
|
glo = "git log --oneline";
|
||||||
glp = "git log -p --full-diff";
|
glp = "git log -p --full-diff";
|
||||||
|
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
gplr = "git pull --rebase";
|
gplr = "git pull --rebase";
|
||||||
gplforce = "git pull --force";
|
gplff = "git pull --ff-only";
|
||||||
gplff = "git pull --ff-only";
|
|
||||||
|
|
||||||
grb = "git rebase";
|
grb = "git rebase";
|
||||||
grba = "git rebase --abort";
|
grba = "git rebase --abort";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue