mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Change alias for git pull to gp
The rest of the `git pull` aliases are prefixed with `gp` and earlier we are using `gl` to mean `git log`. I believe the intention was to have `git pull` be `gp`, not `gl`.
This commit is contained in:
parent
1b29fd3a46
commit
222caf79a3
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ alias gmum='git merge upstream/$(git_main_branch)'
|
|||
alias gmtl='git mergetool --no-prompt'
|
||||
alias gmtlvim='git mergetool --no-prompt --tool=vimdiff'
|
||||
|
||||
alias gl='git pull'
|
||||
alias gp='git pull'
|
||||
alias gpr='git pull --rebase'
|
||||
alias gprv='git pull --rebase -v'
|
||||
alias gpra='git pull --rebase --autostash'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue