Update .bashrc

This commit is contained in:
Stephan Raabe 2023-04-13 19:38:46 +00:00
parent 3240a52c20
commit 68e74e8dca

View File

@ -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