仅有的幸福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
为情所困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.
某草草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,