From ac0d16ff1bd42ce58a7239a67aad04a6ddcfcbf0 Mon Sep 17 00:00:00 2001 From: Shockwave Date: Sun, 29 Oct 2023 10:09:40 +0800 Subject: [PATCH] Update git alias(function) --- config/win10/terminal/Microsoft.Powershell_profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/win10/terminal/Microsoft.Powershell_profile.ps1 b/config/win10/terminal/Microsoft.Powershell_profile.ps1 index 96bf2a6..5e611e0 100644 --- a/config/win10/terminal/Microsoft.Powershell_profile.ps1 +++ b/config/win10/terminal/Microsoft.Powershell_profile.ps1 @@ -913,7 +913,7 @@ function gunwip { git reset HEAD~1 } -function gup { +function gpr { git pull --rebase $args }