git: More aliases
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Sijmen 2022-10-04 16:57:34 +02:00
parent a682f9f70c
commit 2f6c9e1e28
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 3 additions and 0 deletions

View File

@ -99,17 +99,20 @@
cdnix = "cd /etc/nixos";
ga = "git add";
gb = "git branch";
gc = "git commit";
gcm = "git commit -m";
gcan = "git commit --amend --no-edit";
gcl = "git clone";
gco = "git checkout";
gcb = "git checkout -b";
gl = "git pull";
gla = "git pull --autostash";
gp = "git push";
gpf = "git push --force-with-lease";
gr = "git reset";
grs = "git reset --soft";
gs = "git switch";
tigs = "tig status";
};
};