mirror of
https://github.com/acedanger/shell.git
synced 2025-12-05 22:50:18 -08:00
changed git pull alias (gp => gpull)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user