changed git pull alias (gp => gpull)

This commit is contained in:
Peter Wood
2025-05-14 15:56:18 -04:00
parent 5084b8c9ee
commit 9837019ebd

View File

@@ -1,5 +1,5 @@
alias py=python3
alias gp="git pull"
alias gpull="git pull"
alias gpush="git push"
alias gc="git commit"
alias gcm="git commit -m"