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