GIT 命令 操作 记录

1.git pull时冲突的解决

  1.git stash

  2.git pull

  3.git stash pop stash@{0}

  4.修改冲突

  5.git add .

  6.git commit

  7.git push

原文地址:https://www.cnblogs.com/rollrock/p/5282738.html