This commit is contained in:
Marc Beninca 2024-11-17 13:23:38 +01:00
parent ae0807bf54
commit a6e05017b7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -66,12 +66,13 @@ gbl() {
}
# set the link to a remote branch from a local branch
gbs() {
git_branch_set_upstream() {
git \
branch \
--set-upstream-to \
"${@}"
}
gbsu() { git_branch_set_upstream "${@}"; }
# redo the last commit with a different message
gcam() {