This commit is contained in:
Stephan Raabe 2023-04-14 14:34:31 +02:00
parent 1b842c2b94
commit f605043e23

View File

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