Added another alias for git.
This commit is contained in:
@@ -10,6 +10,7 @@ alias gs='git status'
|
|||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
alias gup='git fetch && git rebase'
|
alias gup='git fetch && git rebase'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
|
alias gpo='git push origin'
|
||||||
alias gdv='git diff -w "$@" | vim -R -'
|
alias gdv='git diff -w "$@" | vim -R -'
|
||||||
alias gc='git commit -v'
|
alias gc='git commit -v'
|
||||||
alias gca='git commit -v -a'
|
alias gca='git commit -v -a'
|
||||||
|
|||||||
Reference in New Issue
Block a user