feat(git): add git log alias
This commit is contained in:
parent
df2b5362df
commit
a9b25f474e
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ _: {
|
|||
ds = "diff --stat";
|
||||
dc = "diff --cached";
|
||||
|
||||
l = "log";
|
||||
s = "status -s";
|
||||
co = "checkout";
|
||||
cob = "checkout -b";
|
||||
|
|
Loading…
Reference in a new issue