Loading snippets/basop/branch-is-up-to-date-with-target-pre.sh +2 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,9 @@ set -x # below here we will be in the float repo! cd "${SCRIPTS_DIR}" git remote set-branches --add origin "$float_ref_branchname_in_ivas_codec" git pull "$float_ref_branchname_in_ivas_codec" git fetch origin "$float_ref_branchname_in_ivas_codec" git checkout "$float_ref_branchname_in_ivas_codec" git pull # stop echoing from here on, this is anyway only dbg printout set +x Loading Loading
snippets/basop/branch-is-up-to-date-with-target-pre.sh +2 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,9 @@ set -x # below here we will be in the float repo! cd "${SCRIPTS_DIR}" git remote set-branches --add origin "$float_ref_branchname_in_ivas_codec" git pull "$float_ref_branchname_in_ivas_codec" git fetch origin "$float_ref_branchname_in_ivas_codec" git checkout "$float_ref_branchname_in_ivas_codec" git pull # stop echoing from here on, this is anyway only dbg printout set +x Loading