Change from `git pull --rebase` to use `git fetch <remote> <srcBranch>:<destBranch>` when we are not checked out on the branch. This operation aplies to createHotfix and finishHotfix / finishRelease workflows.
Change from
git pull --rebaseto usegit fetch <remote> <srcBranch>:<destBranch>when we are not checked out on the branch.This operation aplies to createHotfix and finishHotfix / finishRelease workflows.