1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Remove gplforce alias

This commit is contained in:
RGBCube 2023-12-05 17:54:53 +03:00
parent 7ba6ec389c
commit cbf498acb7
No known key found for this signature in database

View file

@ -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";