<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bruce Wang - Simple, Love, Courage &#187; tips</title>
	<atom:link href="http://brucewang.net/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://brucewang.net</link>
	<description>to live in dignity</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:32:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Git Tips: 获取特定版本的某一文件</title>
		<link>http://brucewang.net/2009/05/26/173</link>
		<comments>http://brucewang.net/2009/05/26/173#comments</comments>
		<pubDate>Tue, 26 May 2009 15:32:12 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://brucewang.net/2009/05/26/173</guid>
		<description><![CDATA[获取特定版本的某一文件 git checkout &#60;revision&#62; &#60;paths&#62; 例如 git co 345a7c src/hello.c]]></description>
			<content:encoded><![CDATA[<p>获取特定版本的某一文件<br />
<code>git checkout &lt;revision&gt; &lt;paths&gt;<br />
</code></p>
<p>例如</p>
<p><code>git co 345a7c src/hello.c</code></p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2009/05/26/173/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[tips] Rsync via SSH with non-standard port</title>
		<link>http://brucewang.net/2009/01/03/151</link>
		<comments>http://brucewang.net/2009/01/03/151#comments</comments>
		<pubDate>Sat, 03 Jan 2009 07:36:37 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://brucewang.net/?p=151</guid>
		<description><![CDATA[just noted down here in case I forgot later rsync -avze "ssh -p 22222 -ax" host1:/SOURCE/DIR /TARGET/DIR Bonus: Rsync tips and tricks]]></description>
			<content:encoded><![CDATA[<p>just noted down here in case I forgot later <img src='http://brucewang.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><code>rsync -avze "ssh -p 22222 -ax" host1:/SOURCE/DIR  /TARGET/DIR</code></p>
<p>Bonus: <a href="http://sial.org/howto/rsync/">Rsync tips and tricks</a> </p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2009/01/03/151/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim tips: 时间戳快捷键</title>
		<link>http://brucewang.net/2006/12/31/25</link>
		<comments>http://brucewang.net/2006/12/31/25#comments</comments>
		<pubDate>Sun, 31 Dec 2006 06:47:22 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://brucewang.net/2006/12/31/25</guid>
		<description><![CDATA[:map &#60;f2&#62; a&#60;c-r&#62;=strftime("%c")&#60;/c-r&#62;&#60;/f2&#62; 在非编辑模式下，按F2就会在光标位置插入一个当天时间的时间戳 去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了]]></description>
			<content:encoded><![CDATA[<p><code>:map &lt;f2&gt; a&lt;c-r&gt;=strftime("%c")&lt;/c-r&gt;&lt;/f2&gt;</code></p>
<p>
在非编辑模式下，按F2就会在光标位置插入一个当天时间的时间戳<br />
<br />
去掉前面的冒号, 加入到.vimrc, 以后用vim的时候就都有这个快捷键了<br /></p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2006/12/31/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

