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