<?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>HWPS! &#187; git</title>
	<atom:link href="http://holy.enyou.org/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://holy.enyou.org</link>
	<description>HoLY's Web Press Site</description>
	<lastBuildDate>Fri, 28 Jan 2011 04:19:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git stash; git svn dcommit; git stash apply</title>
		<link>http://holy.enyou.org/2009/05/24/git-svn-dcommit/</link>
		<comments>http://holy.enyou.org/2009/05/24/git-svn-dcommit/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:59:07 +0000</pubDate>
		<dc:creator>HoLY</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://holy.enyou.org/2009/05/24/git-svn-dcommit/</guid>
		<description><![CDATA[svn 経由で git 使ってて、 ローカルにgit addしてない変更があるけど、 元のレポジトリにコミットする必要がある場合、

$ git stash
$ git svn dcommit
$ git stash apply


とかする必要があるんだけど、慣れてないせいか流れを覚えられない。それはそれで支障があるので、

$ alias gitsci='git stash; git svn dcommit; git svn apply'


とかしてしまった。軟弱。

ちなみにこういうのって .gitconfig の [alias] じゃできないんだよね?
]]></description>
			<content:encoded><![CDATA[<p>svn 経由で git 使ってて、 ローカルに<code>git add</code>してない変更があるけど、 元のレポジトリにコミットする必要がある場合、</p>

<pre><code>$ git stash
$ git svn dcommit
$ git stash apply
</code></pre>

<p>とかする必要があるんだけど、慣れてないせいか流れを覚えられない。それはそれで支障があるので、</p>

<pre><code>$ alias gitsci='git stash; git svn dcommit; git svn apply'
</code></pre>

<p>とかしてしまった。軟弱。</p>

<p>ちなみにこういうのって .gitconfig の [alias] じゃできないんだよね?</p>
]]></content:encoded>
			<wfw:commentRss>http://holy.enyou.org/2009/05/24/git-svn-dcommit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

