@ -328,7 +328,8 @@ function op_switch() {
BRANCH="$1"
git fetch "$REMOTE" "$BRANCH"
git checkout -f --recurse-submodules --track "$REMOTE"/"$BRANCH"
git checkout -f FETCH_HEAD
git checkout -B "$BRANCH" --track "$REMOTE"/"$BRANCH"
git reset --hard "${REMOTE}/${BRANCH}"
git clean -df
git submodule update --init --recursive