From 0e5c8870c91b30d44f1c4e1b02f2bc7e5a0d190c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 6 Aug 2025 21:34:13 +0100 Subject: [PATCH] Update alias --- .config/shell/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index c85c5f1..bee41bc 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -199,7 +199,7 @@ alias \ gfa="git fetch --all --prune" \ gd="git diff" \ gdc="git diff --cached" \ - gl="git pull" \ + gl="git pull --no-rebase" \ glg="git log --stat" \ glgg="git log --graph" \ glo="git log --oneline --decorate" \