<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ninxit.blog &#187; Git</title>
	<atom:link href="http://www.ninxit.com/blog/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ninxit.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 12:38:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/category/git/feed/" />
		<item>
		<title>Git 使い方アレコレ</title>
		<link>http://www.ninxit.com/blog/2009/09/28/git-%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%a2%e3%83%ac%e3%82%b3%e3%83%ac/</link>
		<comments>http://www.ninxit.com/blog/2009/09/28/git-%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%a2%e3%83%ac%e3%82%b3%e3%83%ac/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 21:44:38 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.ninxit.com/blog/?p=1655</guid>
		<description><![CDATA[構成 クライアント MacBook サーバ Linux 作業ディレクトリ myproj 初期設定 名前とメールアドレスの設定。 $ git config --global user.name &#34;hoge&#038;quo <a href='http://www.ninxit.com/blog/2009/09/28/git-%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%a2%e3%83%ac%e3%82%b3%e3%83%ac/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2009/09/28/git-%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%a2%e3%83%ac%e3%82%b3%e3%83%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2009/09/28/git-%e4%bd%bf%e3%81%84%e6%96%b9%e3%82%a2%e3%83%ac%e3%82%b3%e3%83%ac/" />
	</item>
		<item>
		<title>git clone + ssh + エラー</title>
		<link>http://www.ninxit.com/blog/2009/06/11/git-clone-ssh-%e3%82%a8%e3%83%a9%e3%83%bc/</link>
		<comments>http://www.ninxit.com/blog/2009/06/11/git-clone-ssh-%e3%82%a8%e3%83%a9%e3%83%bc/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 22:43:17 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.ninxit.com/blog/?p=1455</guid>
		<description><![CDATA[git clone を ssh 越しにやったらエラーが出たので対処メモ。 エラーまでの軌跡 サーバ作業： $ mkdir -p repos/test/bare $ cd repos/test/bare $ git --b <a href='http://www.ninxit.com/blog/2009/06/11/git-clone-ssh-%e3%82%a8%e3%83%a9%e3%83%bc/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2009/06/11/git-clone-ssh-%e3%82%a8%e3%83%a9%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2009/06/11/git-clone-ssh-%e3%82%a8%e3%83%a9%e3%83%bc/" />
	</item>
		<item>
		<title>Git + インストール</title>
		<link>http://www.ninxit.com/blog/2009/06/07/git-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/</link>
		<comments>http://www.ninxit.com/blog/2009/06/07/git-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 11:59:32 +0000</pubDate>
		<dc:creator>utahta</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[自宅サーバ]]></category>

		<guid isPermaLink="false">http://www.ninxit.com/blog/?p=1442</guid>
		<description><![CDATA[Git インストールでエラーが出たので対処メモ。 エラーまでの軌跡 $ wget http://kernel.org/pub/software/scm/git/git-1.6.3.2.tar.gz $ tar zxvf  <a href='http://www.ninxit.com/blog/2009/06/07/git-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/'>[...]</a>]]></description>
		<wfw:commentRss>http://www.ninxit.com/blog/2009/06/07/git-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.ninxit.com/blog/2009/06/07/git-%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/" />
	</item>
	</channel>
</rss>

