🚀 add git aliases

dev-docs
Moritz Böhme 2022-05-26 13:49:39 +02:00
parent 01699e1044
commit 01458151b0
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
gd = "git diff";
gds = "git diff --staged";
gp = "git push";
gf = "git fetch";
gF = "git pull";
gs = "git status";
};
aliases = {