<?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>うぇぶろぐらまーな日誌 &#187; Git</title>
	<atom:link href="http://note.onichannn.net/archives/category/git/feed" rel="self" type="application/rss+xml" />
	<link>http://note.onichannn.net</link>
	<description>駆け出しウェブエンジニアによる殴り書き技術メモ</description>
	<lastBuildDate>Mon, 06 Jul 2015 03:04:49 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.10</generator>
	<item>
		<title>【Windows】gitのインストールを行う。</title>
		<link>http://note.onichannn.net/archives/3237</link>
		<comments>http://note.onichannn.net/archives/3237#comments</comments>
		<pubDate>Wed, 03 Dec 2014 18:08:24 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows8.1]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=3237</guid>
		<description><![CDATA[WindowsマシンへのGitインストール 目的はコマンドプロンプトから使えるようにすること。 まずは公式にア&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/3237/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>【Git】git push origin master の意味を知る。</title>
		<link>http://note.onichannn.net/archives/2884</link>
		<comments>http://note.onichannn.net/archives/2884#comments</comments>
		<pubDate>Thu, 06 Nov 2014 13:03:01 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2884</guid>
		<description><![CDATA[すごくわかりやすい纏めがあったのでペタリ。 http://dqn.sakusakutto.jp/2011/10&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2884/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】設定も鍵ファイルもパスワードもあっているのに「Permission denied」と怒られてしまう場合。</title>
		<link>http://note.onichannn.net/archives/2864</link>
		<comments>http://note.onichannn.net/archives/2864#comments</comments>
		<pubDate>Thu, 06 Nov 2014 12:58:47 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2864</guid>
		<description><![CDATA[ssh-agentを起動するとうまくいくかもしれない。 まずはssh-agentを起動。 次に秘密鍵を起動した&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2864/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】git submoduleの内容を取得する。</title>
		<link>http://note.onichannn.net/archives/2720</link>
		<comments>http://note.onichannn.net/archives/2720#comments</comments>
		<pubDate>Sun, 05 Oct 2014 14:18:14 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2720</guid>
		<description><![CDATA[gitプロジェクトの中に別のgitリポジトリを参照しているものが含まれる場合（これがgit submodule&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2720/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】不要になったリモートブランチを削除する。</title>
		<link>http://note.onichannn.net/archives/2627</link>
		<comments>http://note.onichannn.net/archives/2627#comments</comments>
		<pubDate>Thu, 04 Sep 2014 03:32:25 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2627</guid>
		<description><![CDATA[消したいブランチ名が「hoge」だとしたら。 まずはローカルブランチを削除 次にリモートブランチを削除 「:h&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2627/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】GitHubやBitbucketにpushしたcommitの削除方法。</title>
		<link>http://note.onichannn.net/archives/2619</link>
		<comments>http://note.onichannn.net/archives/2619#comments</comments>
		<pubDate>Wed, 03 Sep 2014 15:26:22 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2619</guid>
		<description><![CDATA[メモ。 ※自己責任で。 リモート上とローカルが同じ状態であることが前提。 また手順でコミットを消すと、そこで追&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2619/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】ファイルのパーミッション変更を無視する。</title>
		<link>http://note.onichannn.net/archives/2613</link>
		<comments>http://note.onichannn.net/archives/2613#comments</comments>
		<pubDate>Wed, 03 Sep 2014 15:24:40 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2613</guid>
		<description><![CDATA[設定出来ているかの確認は下記の通り行う。 &#160;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2613/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】diffツールでvimdiffを使いたい場合の設定。</title>
		<link>http://note.onichannn.net/archives/2611</link>
		<comments>http://note.onichannn.net/archives/2611#comments</comments>
		<pubDate>Wed, 03 Sep 2014 15:23:36 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2611</guid>
		<description><![CDATA[メモ。 vimdiffの起動 vimdiffの使い方に関しては下記ページを参照されたし。 http://wad&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2611/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】ユーザー名、メールアドレスを登録する。</title>
		<link>http://note.onichannn.net/archives/2604</link>
		<comments>http://note.onichannn.net/archives/2604#comments</comments>
		<pubDate>Wed, 03 Sep 2014 15:21:27 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2604</guid>
		<description><![CDATA[よく調べるのでメモ。 その他Gitのグローバル設定に関しては下記ページがわかりやすくてオススメ。 http:/&#8230;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2604/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【Git】既にコミットされているファイルをgitignore対象にする。</title>
		<link>http://note.onichannn.net/archives/2602</link>
		<comments>http://note.onichannn.net/archives/2602#comments</comments>
		<pubDate>Wed, 03 Sep 2014 15:21:06 +0000</pubDate>
		<dc:creator><![CDATA[_onichannn]]></dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[技術メモ]]></category>

		<guid isPermaLink="false">http://note.onichannn.net/?p=2602</guid>
		<description><![CDATA[update-indexを行う。 これで反応しなくなる。 取り消すときはこう。 &#160;]]></description>
		<wfw:commentRss>http://note.onichannn.net/archives/2602/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
