﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-我的编程乐园-最新评论</title><link>http://www.cppblog.com/deercoder/CommentsRSS.aspx</link><description>&lt;P&gt;&lt;FONT style="FONT-SIZE: 20px" color=#ff0000&gt;积累，坚持！&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="FONT-SIZE: 20px" color=#ff0000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------我是一只IT小小鸟&lt;/FONT&gt;&lt;/P&gt;</description><language>zh-cn</language><pubDate>Sun, 14 Dec 2014 05:55:36 GMT</pubDate><lastBuildDate>Sun, 14 Dec 2014 05:55:36 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Chrome神器Vimium快捷键学习记录</title><link>http://www.cppblog.com/deercoder/archive/2014/08/31/158886.html#208190</link><dc:creator>的士速递</dc:creator><author>的士速递</author><pubDate>Sun, 31 Aug 2014 13:02:00 GMT</pubDate><guid>http://www.cppblog.com/deercoder/archive/2014/08/31/158886.html#208190</guid><description><![CDATA[zo 和 zi怎么输入啊 是连续输入两个字母吗？ 我这样输入没有效果<img src ="http://www.cppblog.com/deercoder/aggbug/208190.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/deercoder/" target="_blank">的士速递</a> 2014-08-31 21:02 <a href="http://www.cppblog.com/deercoder/archive/2014/08/31/158886.html#208190#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Git Stash用法</title><link>http://www.cppblog.com/deercoder/archive/2014/08/23/160007.html#208102</link><dc:creator>caostorm</dc:creator><author>caostorm</author><pubDate>Sat, 23 Aug 2014 01:42:00 GMT</pubDate><guid>http://www.cppblog.com/deercoder/archive/2014/08/23/160007.html#208102</guid><description><![CDATA[@marco<br>stash的话一定是基于某个版本的，而且将stash从栈内拿出来，一定是需要还原到对应的版本。通过git stash list可以清晰的看到每个stash对应的版本，如：<br>stash@{0}: WIP on master: e95dc37 Require administrator authority...<br>stash@{1}: WIP on md_develop: fcaa18f Add an object to recieve md...<br>比如你需要恢复stash@{1}这时候你需要做的是：<br>git checkout fcaa18f<br>git stash apply stash@{1}<br>尽量不使用类似git stash pop的方法。如果你当前fcaa18f所在的分支有继续往前推进的话，建议在fcaa18f上建立新的分支，然后继续stash@{1}的修改，并将stash@{1}的内容提交到新的分支上:<br>git branch new_develop<br>git checkout new_develop<br>git add FILES<br>git commit<br>后续再通过cherry-pick的方式，将修改的内容应用到其他需要这个修改的分支之上。<img src ="http://www.cppblog.com/deercoder/aggbug/208102.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/deercoder/" target="_blank">caostorm</a> 2014-08-23 09:42 <a href="http://www.cppblog.com/deercoder/archive/2014/08/23/160007.html#208102#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Git Stash用法</title><link>http://www.cppblog.com/deercoder/archive/2014/08/20/160007.html#208067</link><dc:creator>mini</dc:creator><author>mini</author><pubDate>Wed, 20 Aug 2014 07:27:00 GMT</pubDate><guid>http://www.cppblog.com/deercoder/archive/2014/08/20/160007.html#208067</guid><description><![CDATA[@tjhaven<br><a target="_new" href="http://zhidao.baidu.com/question/199634388347930805.html?quesup2&amp;oldq=1">http://zhidao.baidu.com/question/199634388347930805.html?quesup2&amp;oldq=1</a><br>我在百度的提问，求回答<img src ="http://www.cppblog.com/deercoder/aggbug/208067.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/deercoder/" target="_blank">mini</a> 2014-08-20 15:27 <a href="http://www.cppblog.com/deercoder/archive/2014/08/20/160007.html#208067#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Git Stash用法[未登录]</title><link>http://www.cppblog.com/deercoder/archive/2014/08/09/160007.html#207950</link><dc:creator>Leon</dc:creator><author>Leon</author><pubDate>Fri, 08 Aug 2014 18:50:00 GMT</pubDate><guid>http://www.cppblog.com/deercoder/archive/2014/08/09/160007.html#207950</guid><description><![CDATA[请问下楼主，在Develop上的bug fix，如何体现在new develop上呢？<br>如果是简单的还好，如果复杂的话，总不能在new develop上重做一遍吧...<img src ="http://www.cppblog.com/deercoder/aggbug/207950.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/deercoder/" target="_blank">Leon</a> 2014-08-09 02:50 <a href="http://www.cppblog.com/deercoder/archive/2014/08/09/160007.html#207950#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Ubuntu更新包管理器失败：Requires installation of untrusted packages问题解决[未登录]</title><link>http://www.cppblog.com/deercoder/archive/2014/08/07/158705.html#207928</link><dc:creator>路人甲</dc:creator><author>路人甲</author><pubDate>Thu, 07 Aug 2014 01:23:00 GMT</pubDate><guid>http://www.cppblog.com/deercoder/archive/2014/08/07/158705.html#207928</guid><description><![CDATA[第三种办法对我的系统有效！<img src ="http://www.cppblog.com/deercoder/aggbug/207928.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/deercoder/" target="_blank">路人甲</a> 2014-08-07 09:23 <a href="http://www.cppblog.com/deercoder/archive/2014/08/07/158705.html#207928#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>