feat(git): add git log alias

This commit is contained in:
buffet 2022-09-20 13:35:50 +00:00
parent df2b5362df
commit a9b25f474e

View file

@ -22,6 +22,7 @@ _: {
ds = "diff --stat"; ds = "diff --stat";
dc = "diff --cached"; dc = "diff --cached";
l = "log";
s = "status -s"; s = "status -s";
co = "checkout"; co = "checkout";
cob = "checkout -b"; cob = "checkout -b";