1. source control - >new branch


  • new branch name ex “xxxx”;

2. 在 xxxx 库中修改文件 正常commit pull push


3. 确定修改OK 转回主库 如"master"


  • source control - >switch to branch ->master

4.转回主库融合


  • source control - >merge from branch