Typo fix, --rebase should belong to pull.
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -11,8 +11,8 @@ alias d="dir"
|
||||
alias dir="ls -l"
|
||||
alias f="finger"
|
||||
alias g="grep --color=auto"
|
||||
alias gph="git push -v --rebase"
|
||||
alias gpl="git pull -v --recurse-submodules=yes"
|
||||
alias gph="git push -v"
|
||||
alias gpl="git pull -v --rebase --recurse-submodules=yes"
|
||||
alias l="last"
|
||||
alias lo="logout"
|
||||
alias m="more"
|
||||
|
||||
Reference in New Issue
Block a user