mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +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";
|
g = "git";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gaa = "git add ./";
|
gaa = "git add ./";
|
||||||
|
grs = "git reset";
|
||||||
|
grsh = "git reset --hard";
|
||||||
grb = "git rebase";
|
grb = "git rebase";
|
||||||
grbi = "git rebase --interactive";
|
grbi = "git rebase --interactive";
|
||||||
grba = "git rebase --abort";
|
grba = "git rebase --abort";
|
||||||
|
grl = "git reflog";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit --message";
|
gcm = "git commit --message";
|
||||||
gca = "git commit --amend --no-edit";
|
gca = "git commit --amend --no-edit";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue