From 5ae8af585c2bf2806169636668247ef5c5ee07b1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 2 Jul 2021 10:36:52 +0300 Subject: [PATCH] Gm must be useful in non git root --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 95d8f91..a42a351 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -116,7 +116,7 @@ alias Gc="git checkout" alias Gd="git diff" alias Gdc="git diff --cached" alias Gs="git show --show-signature" -alias Gm="git diff --name-only --diff-filter=M" +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'" -- 2.44.0