fix diff
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user