[总结]git的rebase的完整过程
crifan 9年前 (2016-05-02) 5548浏览 0评论
之前记录了: [记录]Xcode中git merge branch到master上 也折腾过多次的rebase,但是好像都是快把过程搞晕了。 这次,好好去整理对应的过程: 1.xcode中,提交当前branch(message_layout)的内容到...
development related tools and softwares
crifan 9年前 (2016-05-02) 5548浏览 0评论
之前记录了: [记录]Xcode中git merge branch到master上 也折腾过多次的rebase,但是好像都是快把过程搞晕了。 这次,好好去整理对应的过程: 1.xcode中,提交当前branch(message_layout)的内容到...
crifan 9年前 (2016-05-02) 11454浏览 0评论
licrifandeMacBook-Pro:iOS-Client crifan$ git checkout message_layout Switched to branch ‘message_layout’ Your bra...
crifan 9年前 (2016-04-28) 3300浏览 0评论
执行git stash pop: <code>licrifandeMacBook-Pro:iOS-Client crifan$ git stash pop Auto-merging JianDao/MessageTableViewCont...
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) 2949浏览 0评论
别人在 git stash 后,又去修改了一些文件导致在 git pull 后的 git stash pop 出错: Admin@Admin-ZY MINGW64 /d/android home/project/jiandao (master)...
crifan 9年前 (2016-04-08) 5396浏览 0评论
[已解决]git stash pop出错:needs merge unable to refresh index 之后,提交失败: The local repository is out of date Make sure all changes h...
crifan 9年前 (2016-04-08) 5897浏览 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) 17075浏览 0评论
之前git stash pop后,出现文件冲突CONFLICT: licrifandeMacBook-Pro:iOS-Client crifan$ git stash pop Auto-merging JianDao/MyViewControl...
crifan 9年前 (2016-03-31) 4188浏览 0评论
想要让git的服务器端也强制回退到某个tab的版本。 搜: git back to tag 参考: How do you revert to a specific tag in Git? – Stack Overflow git rese...
crifan 9年前 (2016-03-20) 1852浏览 0评论
之前是把代码放到google code上的,现在打算换到OSChina的git上。 播放和下载songtaste歌曲 Google Code Archive – Long-term storage for Google Cod...