You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
Given the following repository setup:
hotfix/1.2.3
)The following command fails:
git flow hotfix track 1.2.3
with:
Fatal: Branch 'hotfix/1.2.3' already exists. Pick another name.
Even though no such branch exists locally.
This is due to https://github.com/petervanderdoes/gitflow-avh/blob/develop/git-flow-hotfix#L343, where
require_branch_absent
requires both the local AND remote branch to be absent.The text was updated successfully, but these errors were encountered: