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

Add more git aliases

This commit is contained in:
RGBCube 2023-11-13 21:22:14 +03:00
parent 867aedf4ff
commit 90e42da956
No known key found for this signature in database

View file

@ -5,9 +5,12 @@ homeConfiguration [ "nixos" "root" ] {
g = "git";
ga = "git add";
gaa = "git add ./";
grs = "git reset";
grsh = "git reset --hard";
grb = "git rebase";
grbi = "git rebase --interactive";
grba = "git rebase --abort";
grl = "git reflog";
gc = "git commit";
gcm = "git commit --message";
gca = "git commit --amend --no-edit";