crifan 9年前 (2016-04-21) 3654浏览 0评论
licrifandeMacBook-Pro:iOS-Client crifan$ git stash pop
Auto-merging JianDao/JianDao/Info.plist
CONFLICT (content): Merge conf...
crifan 9年前 (2016-04-08) 2950浏览 0评论
别人在
git stash
后,又去修改了一些文件导致在
git pull
后的
git stash pop
出错: Admin@Admin-ZY MINGW64 /d/android home/project/jiandao (master)...
crifan 9年前 (2016-04-08) 5898浏览 0评论
git stash pop revert
Undo Git Stash Pop – Stack Overflow
Undoing accidental git stash pop – Stack Overflow
How to...
crifan 9年前 (2016-04-08) 17077浏览 0评论
之前git stash pop后,出现文件冲突CONFLICT: licrifandeMacBook-Pro:iOS-Client crifan$ git stash pop
Auto-merging JianDao/MyViewControl...