Add --all to "gpl" command.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -13,7 +13,7 @@ alias dir="ls -l"
|
||||
alias f="finger"
|
||||
alias g="grep --color=auto"
|
||||
alias gph="git push -v --follow-tags"
|
||||
alias gpl="git pull -v --autostash --rebase --recurse-submodules"
|
||||
alias gpl="git pull -v --all --autostash --rebase --recurse-submodules"
|
||||
alias l="last"
|
||||
alias ll="ls -l"
|
||||
alias lo="logout"
|
||||
|
||||
Reference in New Issue
Block a user