diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index e7647e5..c2a4884 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -7,3 +7,7 @@ diff = auto status = auto branch = auto +[alias] + lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative + st = status + \ No newline at end of file