From 68e74e8dcaf230e344e6c475c9c03b1d24652cc1 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 13 Apr 2023 19:38:46 +0000 Subject: [PATCH] Update .bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 4cd103d..0003e47 100644 --- a/.bashrc +++ b/.bashrc @@ -44,6 +44,7 @@ alias ga="git add" alias gc="git commit -m" alias gp="git push" alias gpl="git pull" +alias gs="git stash" alias gpf="git stash; git pull" # SCRIPTS