From 3d9c0748084806e9b2aa27081526878714d6aeb3 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Fri, 13 Jan 2017 15:21:23 -0800 Subject: [PATCH] Adding a `git changed [SHA]` alias to show what files changed in any commit. --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index a4b7821..aa1f75b 100644 --- a/gitconfig +++ b/gitconfig @@ -13,6 +13,7 @@ alias = config --get-regexp ^alias\\. stat = status last = show --name-status HEAD + changed = show --name-status 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