实验三 - 分支合并
原文英文,约400词,阅读约需2分钟。发表于: 。For this lab we needed to add two new feature for our project (Auto commenting tool) but we have to do it in separate branches. Which I understand, when changes are being made, it should never be...
在实验中,我们为自动评论工具添加了限制文件扩展名和命令行输入API密钥两个功能。每个功能在不同分支上实现,以保护主分支。第一个分支合并顺利,第二个分支因主分支变化产生冲突,需要三方合并。尽管有小错误,但通过创建测试分支可以保护主分支。