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:
parent
7acebbbac6
commit
c0e5635dc3
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue