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
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.
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
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.
I prefer to say it is insulation development
Generally companies develop by branches and release by master. Moreover, git conflicts are relatively smart and easy to resolve,