gbsu
This commit is contained in:
parent
ae0807bf54
commit
a6e05017b7
1 changed files with 2 additions and 1 deletions
|
@ -66,12 +66,13 @@ gbl() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# set the link to a remote branch from a local branch
|
# set the link to a remote branch from a local branch
|
||||||
gbs() {
|
git_branch_set_upstream() {
|
||||||
git \
|
git \
|
||||||
branch \
|
branch \
|
||||||
--set-upstream-to \
|
--set-upstream-to \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
gbsu() { git_branch_set_upstream "${@}"; }
|
||||||
|
|
||||||
# redo the last commit with a different message
|
# redo the last commit with a different message
|
||||||
gcam() {
|
gcam() {
|
||||||
|
|
Loading…
Reference in a new issue