From d1a3e1b92e1c6f7a47de34ace7bf76dcbac16a06 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Fri, 13 Jan 2017 15:07:13 -0800 Subject: [PATCH] Updating the `git last` alias to show what files were changed. --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index c250728..a4b7821 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' -- GitLab