bash: alias to git(remove)

This commit is contained in:
Alex 2024-01-14 23:45:47 +02:00
parent c0728f57ff
commit 5bb97f9f9c
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ alias gr='git remote'
alias gpl='git pull'
alias gps='git push'
alias gcm='git commit -m'
alias grm='git restore --staged'
alias pi='pass init'
alias pga='pass git add'
alias pgl='pass git log'
@ -59,6 +60,7 @@ alias pgr='pass git remote'
alias pgpl='pass git pull'
alias pgps='pass git push'
alias pgcm='pass git commit -m'
alias pgrm='pass git restore --staged'
# alias cp='/usr/local/bin/cpg -gv'
# alias mv='/usr/local/bin/mvg -gv'