]> Sergey Matveev's repositories - dotfiles.git/commitdiff
git log -p alias
authorSergey Matveev <stargrave@stargrave.org>
Mon, 31 Oct 2022 14:37:19 +0000 (17:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 31 Oct 2022 14:37:19 +0000 (17:37 +0300)
zsh/.zsh/rc/010git.zsh

index 6e3939e938a96afdd6e3bfa29a876afbb14bae82..bbbc8a7a173b0d81b5d403169ff0c1f98e1c47c1 100644 (file)
@@ -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() {