前端 - github如何同时维护同一master下的多个分支branch?
高洛峰
高洛峰 2017-05-02 09:32:24
0
3
623

比如,我有一个master叫做projectA,下面有a,b两个分支,我能不能在本地同时维护这两个分支呢?如何使用客户端实现?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(3)
我想大声告诉你

Yes, you can open two local branches and bind the two remote branches respectively, and you can switch between them when editing. If you find it troublesome to switch back and forth, you can also build two independent libraries locally for cloning.

滿天的星座

Both branches have been pulled. It’s better to switch branches when editing. This may be a little more convenient for merging later

左手右手慢动作

The problem is solved. For safety, commit the local branch under development once and synchronize it;
Build a branch on the web side, and then after the client flashes the branch, switch to the branch and delete the contents of the local folder. Copy the files that need to be maintained by the new branch to the original local folder, and synchronize them to the remote branch;
When you need to operate the original branch, directly select the branch on the left side of the client change, wait a few seconds, and you will see The original files in the local folder are restored to the previously deleted files. When you need to switch to another branch, the same applies;
Pay special attention to commit and synchronization before switching branches;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template