From ec8cc0d624a942ae208aeed7f6284208b2a0b186 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 19 Jun 2024 00:58:33 -0700 Subject: [PATCH] git: add psnew alias, st now means stash --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index bedd732..c586fd7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,10 +33,11 @@ pl = pull ps = push psf = push -f + psnew = "! git push --set-upstream origin \"$(git branch --show-current)\"" rem = remote rest = restore s = status - st = status + st = stash sub = submodule subup = sub update --init --recursive sw = switch