mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 01:10:12 -08:00
changed git pull alias (gp => gpull)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
alias py=python3
|
alias py=python3
|
||||||
alias gp="git pull"
|
alias gpull="git pull"
|
||||||
alias gpush="git push"
|
alias gpush="git push"
|
||||||
alias gc="git commit"
|
alias gc="git commit"
|
||||||
alias gcm="git commit -m"
|
alias gcm="git commit -m"
|
||||||
|
|||||||
Reference in New Issue
Block a user