摘要: 1. git合并代码 git branch mynewbranh #创建分支 git checkout mynewbranh。 #切换到分支 vim test.file git add test.file git commit "提交test.file到新的分支" git checkout mast 阅读全文
posted @ 2021-07-06 20:55 dsfsadfdgd 阅读(66) 评论(0) 推荐(0)