From a9c3c447257bbbb94a209f96112cda71acef76ba Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 31 Oct 2022 17:37:19 +0300 Subject: [PATCH] git log -p alias --- zsh/.zsh/rc/010git.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zsh/rc/010git.zsh b/zsh/.zsh/rc/010git.zsh index 6e3939e..bbbc8a7 100644 --- a/zsh/.zsh/rc/010git.zsh +++ b/zsh/.zsh/rc/010git.zsh @@ -9,6 +9,7 @@ alias Gm="git diff --name-only --diff-filter=M --relative" alias Gam="git commit --amend" alias Gl="git log --oneline --graph --decorate=short" alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'" +alias Gp="git log --patch" alias Gr="git remote -v" Gg() { -- 2.44.0