有时候git提交容易出现想pull的时候但是已经commit了的报错
这时候可以先将commit暂时隐藏
解决方案:修复冲突第一步:git stash第二步:git pull --rebase第三步:git stash pop