bash/gp,gpf
This commit is contained in:
parent
236735a061
commit
2fcc1f9b94
1 changed files with 2 additions and 2 deletions
|
@ -248,13 +248,13 @@ Described
|
||||||
alias gmt='git mergetool'
|
alias gmt='git mergetool'
|
||||||
|
|
||||||
# push to the remote repository
|
# push to the remote repository
|
||||||
alias gp='git push --set-upstream --verbose'
|
alias gp='git push --verbose --tags --set-upstream'
|
||||||
|
|
||||||
# delete from the remote repository
|
# delete from the remote repository
|
||||||
alias gpd='git push --verbose --delete'
|
alias gpd='git push --verbose --delete'
|
||||||
|
|
||||||
# force the push to the remote repository
|
# force the push to the remote repository
|
||||||
alias gpf='git push --set-upstream --verbose --force'
|
alias gpf='git push --verbose --tags --set-upstream --force'
|
||||||
|
|
||||||
# rebase current branch onto another
|
# rebase current branch onto another
|
||||||
alias grb='git rebase'
|
alias grb='git rebase'
|
||||||
|
|
Loading…
Reference in a new issue