From f605043e23133a0fffdd2f77a76c4859e67c90f5 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 14 Apr 2023 14:34:31 +0200 Subject: [PATCH] Updates --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b20fb57..72964fd 100644 --- a/.bashrc +++ b/.bashrc @@ -44,7 +44,7 @@ alias ga="git add" alias gc="git commit -m" alias gp="git push" alias gpl="git pull" -alias gs="git stash" +alias gst="git stash" alias gpf="git stash; git pull" # SCRIPTS