git 解决冲突

$ git stash clear

$git stash list 

$git pull

$git stash pop stash@{0}

原文地址:https://www.cnblogs.com/zwyboom/p/11528647.html