search

Home  >  Q&A  >  body text

Version management - git workflow issue, if the develop branch is already N versions ahead, do I need to merge develop into my feature branch?

If the develop or master branch is already N versions ahead, do I need to merge develop or master into my feature branch?
If you don’t merge and directly merge the branches under the feature, will there be any hidden dangers?

仅有的幸福仅有的幸福2787 days ago749

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-05-17 10:03:36

    It depends on the situation. See if there is any conflict or dependency between some of the content you develop and master and develop. If there is no conflict or dependency, then let it be

    reply
    0
  • PHPz

    PHPz2017-05-17 10:03:36

    You can take a look at git flow

    reply
    0
  • Cancelreply