git flow从release / v1.8中分离出来

时间:2014-02-26 20:41:05

标签: git git-flow

我正在进入项目的git流程并尝试学习。

我有三个功能。我在所有三个上运行git flow功能完成。两个人给了我提交消息,一个没有。所有功能分支都合并到了开发中。

我推开了回购并开始上演。

当我查看发布分支时,我收到了此消息。

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b new_branch_name

HEAD is now at 69ca088... Merge branch 'feature/12485--change-views-fontcolor' into develop
394elmp02:docroot 394e ((69ca088...)) $ git branch
* (detached from origin/release/v1.8)
  develop
  feature/12437--Update-Media-Disease-lp
  master
394elmp02:docroot 394e ((69ca088...)) $

上面显示的功能是没有弹出提交消息的功能。

我不知道如何进步。有人可以分享一些见解。 谢谢!

1 个答案:

答案 0 :(得分:0)

好的,想通了。与暂存站点上的功能分支发生冲突。删除后再重新检查发布分支,一切都很顺利。