New to bitbucket/Jira integrations, using VSCode + Powershell, on Windows & Docker.
I'm familiar with when I don't have an existing branch, I need to pass the '-b' flag to force that branch to be created locally. However, I'm noticing when I create my branch inside the Jira interface (which is integrated w/ my Bitbucket repo), it's leaving that flag off. (See attached image) & note the missing '-b' flag where it offers up the prepared copy/paste commands.
Referencing Git documentation, this command as displayed below will simply switch, not ALSO create. If the branch doesn't exist it can't switch & doesn't auto create. I can obviously manage this manually, but shouldn't any 1st time story be using the '-b' flag by default, is this something I can configure on my end & haven't found documentation on?
