add a few more git abbreviations

This commit is contained in:
LavaDesu 2021-05-27 13:08:02 +07:00
parent 2fef2c8767
commit b7475d94ab
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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";