<?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>Z-turn... &#187; Git</title>
	<atom:link href="http://lfeng.me/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://lfeng.me</link>
	<description>Life is Z-turn....</description>
	<lastBuildDate>Sat, 14 Aug 2010 02:55:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>My first django project:flitter</title>
		<link>http://lfeng.me/2009/08/03/my-first-django-project-flitter/</link>
		<comments>http://lfeng.me/2009/08/03/my-first-django-project-flitter/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:46:47 +0000</pubDate>
		<dc:creator>Lfeng</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Flitter]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://lfeng.cn/?p=115</guid>
		<description><![CDATA[不得不承认，TualatriX忽悠人的本事相当了得，在成功忽悠我用上Git之后，我又走上了Python的不归路&#8230;（其实我也忘记到底是先Python的还是先Git的，囧&#8230;），话说在把我忽悠上Git之后，他自己又叛逃到Bzr去了，这个花心的男人&#8230;. OK，不瞎扯了，来说说我的这个项目。 我的上一篇日志不是说开始用M8发布图片了不是，然后发现Flickr的移动版本不能直接上传，另外再去twitter同步信息也相当烦躁（特别我还是用手机来操作），虽然Twitpic是个不错的选择，但是这个东西不能拿来当相册使&#8230;所以还是觉得很不爽= =! 恰好现在被TualatriX忽悠到Python+Git上来，正愁没东西练手（开始准备拿高中班里的同学录开刀(PHP练手用的，半成品，相册基于Yupoo的API)，但是想想那个快淘汰的东西，没有太大的开发价值了&#8230;），然后今天就决定，在github上弄这么个项目来实践，名字呢，取的比较土，Flickr+Twitter = Flitter，主要针对移动设备的图片发布并推到Twitter,哈哈，就是这样子～～～ 项目在github的地址是http://github.com/lfeng/flitter，flitter v0.1要实现的功能很简单，不过因为Python和Django都还是入门级别，所以正式上线估计还得一整子，因为公司的项目现在也忙着重构优化，已经够头疼的，只能用晚上的那点可怜的休息时间倒腾倒腾，走过路过的大哥大姐大叔大妈不要笑话我就得，哈哈～～～ okay，扯完，闪去继续学Django~~~]]></description>
			<content:encoded><![CDATA[<p>不得不承认，<a href="http://imtx.cn" target="_blank">TualatriX</a>忽悠人的本事相当了得，在成功忽悠我用上Git之后，我又走上了Python的不归路&#8230;（其实我也忘记到底是先Python的还是先Git的，囧&#8230;），话说在把我忽悠上Git之后，他自己又叛逃到Bzr去了，这个花心的男人&#8230;.</p>
<p>OK，不瞎扯了，来说说我的这个项目。</p>
<p>我的上一篇日志不是说<a href="http://lfeng.cn/2009/08/02/publish-my-life-anytime-and-anywhere/" target="_blank">开始用M8发布图片</a>了不是，然后发现Flickr的移动版本不能直接上传，另外再去twitter同步信息也相当烦躁（特别我还是用手机来操作），虽然<a href="http://twitpic.com/photos/lfeng" target="_blank">Twitpic</a>是个不错的选择，但是这个东西不能拿来当相册使&#8230;所以还是觉得很不爽= =!</p>
<p>恰好现在被TualatriX忽悠到Python+Git上来，正愁没东西练手（开始准备拿<a href="http://our287.cn" target="_blank">高中班里的同学录</a>开刀(PHP练手用的，半成品，相册基于Yupoo的API)，但是想想那个快淘汰的东西，没有太大的开发价值了&#8230;），然后今天就决定，在github上弄这么个项目来实践，名字呢，取的比较土，Flickr+Twitter = Flitter，主要针对移动设备的图片发布并推到Twitter,哈哈，就是这样子～～～</p>
<p>项目在github的地址是<a href="http://github.com/lfeng/flitter/tree/master" target="_blank">http://github.com/lfeng/flitte</a>r，flitter v0.1要实现的功能很简单，不过因为Python和Django都还是入门级别，所以正式上线估计还得一整子，因为公司的项目现在也忙着重构优化，已经够头疼的，只能用晚上的那点可怜的休息时间倒腾倒腾，走过路过的大哥大姐大叔大妈不要笑话我就得，哈哈～～～</p>
<p>okay，扯完，闪去继续学Django~~~</p>
]]></content:encoded>
			<wfw:commentRss>http://lfeng.me/2009/08/03/my-first-django-project-flitter/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Git获取远程分支</title>
		<link>http://lfeng.me/2009/07/23/git-remote-branch-access/</link>
		<comments>http://lfeng.me/2009/07/23/git-remote-branch-access/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 02:13:12 +0000</pubDate>
		<dc:creator>Lfeng</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://lfeng.cn/?p=89</guid>
		<description><![CDATA[开始项目的优化和重构，鉴于第一版混乱的版本控制，在TualatriX同学的“循循善诱”之下，决定采用GIT，这几天来回倒腾，算上手了，不过刚才小3来了之后遇到个小问题：不知道怎么clone回远程的分支。。。 事情是这样的，这之前因为小3同学开车车去了，所以只有我一个人在往服务器上push，然后今天他来，clone回来，branch以下才发现只有master分支，顿时囧翻&#8230;其他分支怎么就不回来呢&#8230;.百google度，哈，有学了一招，原来是这样的： 通过git clone获取的远端git库，只包含了远端git库的当前工作分支。如果想获取其它分支信息，需要使用”git branch  –r” 来查看， 如果需要将远程的其它分支代码也获取过来，可以使用命令” git checkout -b 本地分支名 远程分支名”，其中，远程分支名为git branch –r所列出的分支名， 一般是诸如“origin/分支名”的样子。如果本地分支名已经存在， 则不需要“-b”参数。 事情就是这样子&#8230;简单吧，我得意的笑～～～～ P.S. 顺路链接以下TualatriX最新的一篇Git的日志：git add原来还有交互模式！]]></description>
			<content:encoded><![CDATA[<p>开始项目的优化和重构，鉴于第一版混乱的版本控制，在<a href="http://imtx.cn" target="_blank">TualatriX</a>同学的“循循善诱”之下，决定采用GIT，这几天来回倒腾，算上手了，不过刚才小3来了之后遇到个小问题：不知道怎么clone回远程的分支。。。</p>
<p>事情是这样的，这之前因为小3同学开车车去了，所以只有我一个人在往服务器上push，然后今天他来，clone回来，branch以下才发现只有master分支，顿时囧翻&#8230;其他分支怎么就不回来呢&#8230;.百google度，哈，有学了一招，原来是这样的：</p>
<blockquote><p><span style="font-size: small;">通过git clone获取的远端git库，只包含了远端git库的当前工作分支。如果想获取其它分支信息，需要使用”git branch  –r” 来查看， 如果需要将远程的其它分支代码也获取过来，可以使用命令” git checkout -b 本地分支名 远程分支名”，其中，远程分支名为git branch –r所列出的分支名， 一般是诸如“origin/分支名”的样子。如果本地分支名已经存在， 则不需要“-b”参数。</span></p></blockquote>
<p><span style="font-size: small;">事情就是这样子&#8230;简单吧，我得意的笑～～～～</span></p>
<p><span style="font-size: small;">P.S. 顺路链接以下</span>TualatriX最新的一篇Git的日志：<a title="Permanent Link to git add原来还有交互模式！" rel="bookmark" href="http://imtx.cn/archives/1297.html" target="_blank">git add原来还有交互模式！</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lfeng.me/2009/07/23/git-remote-branch-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
