From 01f8e07b839685fab198539aec301637ece5cd3b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 19 Feb 2025 12:07:10 -0800 Subject: [PATCH] git: rename psnew alias to psset --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7cfcafa..1031269 100644 --- a/.gitconfig +++ b/.gitconfig @@ -35,7 +35,7 @@ pl = pull ps = push psf = push -f - psnew = "! git push --set-upstream origin \"$(git branch --show-current)\"" + psset = "! git push --set-upstream origin \"$(git branch --show-current)\"" rem = remote rest = restore s = status