<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]The following untracked working tree files would be overwritten by merge]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[版本控制]]></category>
<pubDate>Tue, 26 Sep 2017 09:34:29 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	我的问题：git pull<br/>error: Untracked working tree file &#039;playbook/ml.qr.justwinit.cn/process.yml&#039; would be overwritten by merge.&nbsp;&nbsp;Aborting<br/>git fetch --all &amp;&amp; git reset --hard origin/master<br/>一、解决办法：<br/><textarea name="code" class="php" rows="15" cols="100">
$git fetch --all &amp;&amp; git reset --hard origin/master
Fetching origin
HEAD is now at d33031a edit dns playbook
</textarea><br/><br/>二、再git pull就没有问题了，当然，你的改动也被回退了，得先备份再做这个操作：<br/>$git pull<br/>Already up-to-date.<br/><br/>三、重新将文件放进去，再进行commit后push，没毛病：<br/>git commit -m&quot;xxx&quot; ishow.justwinit.cn.conf.j2 <br/>git push<br/>Counting objects: 11, done.<br/>Delta compression using up to 4 threads.<br/>Compressing objects: 100% (6/6), done.<br/>Writing objects: 100% (6/6), 815 bytes, done.<br/>Total 6 (delta 3), reused 0 (delta 0)<br/>To git@gitlab.qr.cntv.net:irdcops/ansible.git<br/>&nbsp;&nbsp; d33031a..eb4ad86&nbsp;&nbsp;master -&gt; master<br/>来自：https://www.codecaptain.io/reference/git/the-following-untracked-working-tree-files-would-be-overwritten-by-merge
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]The following untracked working tree files would be overwritten by merge]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>