Added more git config

This commit is contained in:
Tim Schubert 2022-01-30 12:30:08 +01:00
parent 24a082f22c
commit 2ab386ce5c
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 46 additions and 6 deletions

View file

@ -46,6 +46,7 @@ in
ga = "git add";
gc = "git commit";
gd = "git diff";
gdw = "git diff --color-words";
gf = "git fetch";
gl = "git log";
gpu = "git push";