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";
|
||||
glp = "git log -p --full-diff";
|
||||
|
||||
gpl = "git pull";
|
||||
gplr = "git pull --rebase";
|
||||
gplforce = "git pull --force";
|
||||
gplff = "git pull --ff-only";
|
||||
gpl = "git pull";
|
||||
gplr = "git pull --rebase";
|
||||
gplff = "git pull --ff-only";
|
||||
|
||||
grb = "git rebase";
|
||||
grba = "git rebase --abort";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue