git的冲突解决
2020-04-16 本文已影响0人
陈强Mike晓
git checkout develop
git pull
git merge --no-ff m_23___
解决完毕冲突后
git add.
git commit -m '内容'
git push
git checkout develop
git pull
git merge --no-ff m_23___
解决完毕冲突后
git add.
git commit -m '内容'
git push