add a few more git abbreviations
This commit is contained in:
parent
2fef2c8767
commit
b7475d94ab
1 changed files with 3 additions and 1 deletions
|
|
@ -35,12 +35,14 @@ let
|
||||||
nr = "doas nixos-rebuild switch --flake .#winter -v";
|
nr = "doas nixos-rebuild switch --flake .#winter -v";
|
||||||
|
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
ga = "git add .";
|
ga = "git add";
|
||||||
|
gaa = "git add .";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gac = "git add .; git commit";
|
gac = "git add .; git commit";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
gco = "git checkout";
|
gco = "git checkout";
|
||||||
gd = "git diff";
|
gd = "git diff";
|
||||||
|
gds = "git diff --staged";
|
||||||
gf = "git commit --amend --no-edit";
|
gf = "git commit --amend --no-edit";
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
gr = "git rebase -i";
|
gr = "git rebase -i";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue