diff --git a/git/.gitconfig b/git/.gitconfig index b7c1fe1..de3a117 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -44,4 +44,7 @@ whitespace = fix [color "diff"] whitespace = red reverse - +[alias] + ll = !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 + s = status + unstage = reset HEAD --