add git pull to the git aliases

This commit is contained in:
frosty 2024-07-24 15:59:02 -04:00
parent 846af1d8e8
commit 309718bf95

View file

@ -30,6 +30,7 @@ alias gs='git status'
alias ga='git add'
alias gc='git commit'
alias gp='git push'
alias gl='git pull'
alias dc='docker compose'
# Common files and directories