1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add gba alias = git rebase --abort

This commit is contained in:
RGBCube 2023-05-14 16:31:18 +03:00
parent 25b9e5152a
commit 4e22fe8006

View file

@ -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";