mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add gba alias = git rebase --abort
This commit is contained in:
parent
25b9e5152a
commit
4e22fe8006
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ homeConfiguration "nixos" {
|
|||
g = "git";
|
||||
ga = "git add ./";
|
||||
gb = "git rebase -i";
|
||||
gba = "git rebase --abort";
|
||||
gc = "git commit -m";
|
||||
gca = "git commit --amend";
|
||||
gcl = "git clone";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue