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

Add grbc alias

This commit is contained in:
RGBCube 2023-12-07 09:07:54 +03:00
parent 3d72fd9935
commit 8a9b3667c5
No known key found for this signature in database

View file

@ -29,6 +29,7 @@ homeConfiguration [ "nixos" "root" ] {
grb = "git rebase";
grba = "git rebase --abort";
grbc = "git rebase --continue";
grbi = "git rebase --interactive";
grbm = "git rebase master";