1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Add git rebase master alias

This commit is contained in:
RGBCube 2023-11-25 18:39:08 +03:00
parent 7acebbbac6
commit c0e5635dc3
No known key found for this signature in database

View file

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