diff --git a/gitconfig b/gitconfig index c250728f6af2566dce713db07250f28483de56f5..a4b78216148d782f83f02da34c0eeb9128e626f4 100644 --- a/gitconfig +++ b/gitconfig @@ -12,7 +12,7 @@ [alias] alias = config --get-regexp ^alias\\. stat = status - last = log -1 HEAD + last = show --name-status HEAD unstage = reset HEAD -- ll = log --pretty=format:'%C(yellow)%h%Cred%d %Creset%s%Cblue [%cn]' --decorate --numstat lg = log --color --graph --date=short --abbrev-commit --pretty=format:'%C(red)%h%Creset - %C(green)%cd%Creset |%C(auto)%d%Creset %s %C(yellow)<%an>%Creset'