随笔分类 -  git

摘要:分支合并 目标 分支A 合入分支B: a. git checkout B b. git merge --no-ff origin/A 如果有冲突,解决冲突 c. git commit -am "合并分支" (如果有冲突,重复 git merge --no-ff origin/A) d. git pu 阅读全文
posted @ 2022-03-07 15:25 rainisraing 阅读(25) 评论(0) 推荐(0)
摘要:传送门:https://blog.csdn.net/yangfengjueqi/article/details/61668381 阅读全文
posted @ 2021-07-01 09:54 rainisraing 阅读(48) 评论(0) 推荐(0)
摘要:传送门:https://www.jianshu.com/p/c6a0397ec6f5 阅读全文
posted @ 2019-10-11 21:56 rainisraing 阅读(143) 评论(0) 推荐(0)