mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +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";
|
grb = "git rebase";
|
||||||
grba = "git rebase --abort";
|
grba = "git rebase --abort";
|
||||||
grbi = "git rebase --interactive";
|
grbi = "git rebase --interactive";
|
||||||
|
grbm = "git rebase master";
|
||||||
|
|
||||||
grl = "git reflog";
|
grl = "git reflog";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue