mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add grbc alias
This commit is contained in:
parent
3d72fd9935
commit
8a9b3667c5
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue