This commit is contained in:
2026-09-11 16:56:17 +02:00
parent bdbc221873
commit 5a1042065a
+1 -1
View File
@@ -165,7 +165,7 @@
gl = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all";
gc = "git commit -m ";
gaa = "git add .";
gd = "git diff --ext-diff=difft";
gd = "git -c diff.external=difft diff";
ping = "gping";