/support/release-3.x/3.4.0,而不是hotfix/3.4.0。(default-cli) on project my-project: hotfix-finish: Hotfix branch with name 'hotfix/3.4.0' doesn't existbranch with name 'hotfix/3.4.0' doesn't exist.Ca
例如,我正在处理feature分支,另一个开发人员现在正在创建/开发他的最新补丁,而我必须在我的feature分支中使用(添加)他的补丁。git checkout -b my-feature-branch... alarm! another developer just released his fix, I need it here in my feature branch ...git checkout developgit rebase