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";
|
||||
|
||||
gs = "git status";
|
||||
ga = "git add .";
|
||||
ga = "git add";
|
||||
gaa = "git add .";
|
||||
gc = "git commit";
|
||||
gac = "git add .; git commit";
|
||||
gcm = "git commit -m";
|
||||
gco = "git checkout";
|
||||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
gf = "git commit --amend --no-edit";
|
||||
gl = "git log";
|
||||
gr = "git rebase -i";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue