Home  >  Q&A  >  body text

git分支是以合并为用?

刚接触版本控制系统,不是很了解 关于git整个记录文件的流程是怎么管理分支的?
是不是除了主分支以外其他分支都是以合并为用?

怪我咯怪我咯2705 days ago802

reply all(4)I'll reply

  • 仅有的幸福

    仅有的幸福2017-05-02 09:22:24

    Branches are used to record code changes and do not necessarily need to be merged
    If you don’t have any basic knowledge, you should take a look at the tutorial
    http://www.tianmaying.com
    Give me a reference, there is one specifically about git

    reply
    0
  • 为情所困

    为情所困2017-05-02 09:22:24

    The main role of git is to work together. Branches may eventually be merged into the main branch, but you can understand it as your own working environment before merging.

    reply
    0
  • 阿神

    阿神2017-05-02 09:22:24

    I prefer to say it is insulation development

    reply
    0
  • 某草草

    某草草2017-05-02 09:22:24

    Generally companies develop by branches and release by master. Moreover, git conflicts are relatively smart and easy to resolve,

    reply
    0
  • Cancelreply