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:
parent
867aedf4ff
commit
90e42da956
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue