<?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>Tyler Weir &#187; git</title>
	<atom:link href="http://www.praytothemachine.com/evil/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.praytothemachine.com/evil</link>
	<description>If it don&#039;t make dollars, then it don&#039;t make sense...</description>
	<lastBuildDate>Fri, 23 Apr 2010 14:18:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using MacVim as your git mergetool</title>
		<link>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/</link>
		<comments>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 18:17:55 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=2195</guid>
		<description><![CDATA[Install MacVim and the command line tool, mvim. Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one): [merge] tool = mvim[mergetool &#8220;mvim&#8221;] cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE keepbackup=false Then you can &#8220;git &#8230; <a href="http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Install <a href="http://code.google.com/p/macvim/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/macvim/?referer=');">MacVim</a> and the command line tool, mvim.</p>
<p>Then in your ~/.gitconfig add this, thusly (replacing the path to mvim with the correct one):</p>
<blockquote><p>[merge]<br/> tool = mvim<br/>[mergetool &#8220;mvim&#8221;]<br/> cmd=/Users/tjweir/bin/mvim -d -g $LOCAL $MERGED $REMOTE<br/> keepbackup=false</p></blockquote>
<p>Then you can &#8220;git mergetool&#8221; all you&#8217;d like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2009/10/30/using-macvim-as-your-git-mergetool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacVim and Git together at last.    I tw&#8230;</title>
		<link>http://www.praytothemachine.com/evil/2009/06/22/macvim-and-git-together-at-last-i-tw/</link>
		<comments>http://www.praytothemachine.com/evil/2009/06/22/macvim-and-git-together-at-last-i-tw/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:20:52 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[macvim]]></category>
		<category><![CDATA[mergetool]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/2009/06/22/macvim-and-git-together-at-last-i-tw/</guid>
		<description><![CDATA[MacVim and Git together at last. I tweeted awhile ago and got no response, so I figured I&#8217;d take the time to do it myself. To use MacVim as your git mergetool, add this to ~/.gitconfig:]]></description>
			<content:encoded><![CDATA[<p>MacVim and Git together at last.  </p>
<p>I <a href="http://twitter.com/tylerweir/statuses/2032078448" onclick="pageTracker._trackPageview('/outgoing/twitter.com/tylerweir/statuses/2032078448?referer=');">tweeted awhile ago</a> and got no response, so I figured I&#8217;d take the time to do it myself.</p>
<p>To use <a href="http://code.google.com/p/macvim/" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/macvim/?referer=');">MacVim</a> as your <a href="http://git-scm.com/" onclick="pageTracker._trackPageview('/outgoing/git-scm.com/?referer=');">git</a> <a href="http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html" onclick="pageTracker._trackPageview('/outgoing/www.kernel.org/pub/software/scm/git/docs/git-mergetool.html?referer=');">mergetool</a>, add this to ~/.gitconfig:<br />
<a href="http://gist.github.com/134107" onclick="pageTracker._trackPageview('/outgoing/gist.github.com/134107?referer=');"><script src="http://gist.github.com/134107.js"></script></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2009/06/22/macvim-and-git-together-at-last-i-tw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Remember: git reset &#8211;hard HEAD</title>
		<link>http://www.praytothemachine.com/evil/2008/11/12/to-remember-git-reset-hard-head/</link>
		<comments>http://www.praytothemachine.com/evil/2008/11/12/to-remember-git-reset-hard-head/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:45:57 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=1136</guid>
		<description><![CDATA[Since I can&#8217;t seem to remember the git command to throw away any goofy changes and revert to HEAD, I&#8217;ll post it here: git reset &#8211;hard HEAD This is more like svn revert (don&#8217;t use git revert HEAD, it won&#8217;t &#8230; <a href="http://www.praytothemachine.com/evil/2008/11/12/to-remember-git-reset-hard-head/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I can&#8217;t seem to remember the git command to throw away any goofy changes and revert to HEAD, I&#8217;ll post it here:</p>
<p>git reset &#8211;hard HEAD</p>
<p>This is more like svn revert (don&#8217;t use git revert HEAD, it won&#8217;t work)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2008/11/12/to-remember-git-reset-hard-head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My .gitignore file</title>
		<link>http://www.praytothemachine.com/evil/2008/08/17/my-gitignore-file/</link>
		<comments>http://www.praytothemachine.com/evil/2008/08/17/my-gitignore-file/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 10:40:55 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitignore]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=883</guid>
		<description><![CDATA[Stolen from http://github.com/dpp/liftweb/tree/master/.gitignore (master) $ cat .gitignore # use glob syntax. syntax: glob *.ser *.class *~ *.bak *.off *.old .DS_Store # logs derby.log #derby db lift_example # eclipse conf file #.settings #.classpath #.project .manager # building target build null tmp* &#8230; <a href="http://www.praytothemachine.com/evil/2008/08/17/my-gitignore-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Stolen from http://github.com/dpp/liftweb/tree/master/.gitignore</p>
<blockquote><p>
<code>(master) $ cat .gitignore<br />
# use glob syntax.<br />
syntax: glob<br />
*.ser<br />
*.class<br />
*~<br />
*.bak<br />
*.off<br />
*.old<br />
.DS_Store<br />
 # logs<br />
derby.log<br />
#derby db<br />
lift_example<br />
# eclipse conf file<br />
#.settings<br />
#.classpath<br />
#.project<br />
.manager<br />
# building<br />
target<br />
build<br />
null<br />
tmp*<br />
temp*<br />
dist<br />
test-output<br />
# other scm<br />
.svn<br />
.CVS<br />
.hg*<br />
 # switch to regexp syntax.<br />
# syntax: regexp<br />
# ^\.pc/<br />
</code>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2008/08/17/my-gitignore-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping a git fork in sync with the forked repo.</title>
		<link>http://www.praytothemachine.com/evil/2008/05/24/keeping-a-git-fork-in-sync-with-the-forked-repo/</link>
		<comments>http://www.praytothemachine.com/evil/2008/05/24/keeping-a-git-fork-in-sync-with-the-forked-repo/#comments</comments>
		<pubDate>Sat, 24 May 2008 10:51:14 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[sync forks]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=718</guid>
		<description><![CDATA[I forked http://github.com/dpp/lift/tree/master to http://github.com/tjweir/lift/tree/master and I want to keep in sync with the update to dpp/lift. This is how I do it. In my repo add a remote reference to dpp/lift: $ git remote add dppmaster git://github.com/dpp/lift.git Fetch $ &#8230; <a href="http://www.praytothemachine.com/evil/2008/05/24/keeping-a-git-fork-in-sync-with-the-forked-repo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I forked http://github.com/dpp/lift/tree/master to http://github.com/tjweir/lift/tree/master and I want to keep in sync with the update to dpp/lift.  This is how I do it.</p>
<pre>
In my repo add a remote reference to dpp/lift:
$ git remote add dppmaster git://github.com/dpp/lift.git

Fetch
$ git fetch dppmaster

This will create a branch, so then you just have to merge back:
$ git checkout master
$ git merge dppmaster/master

Commit those new changes:
$ git commit -a -m "Sync to fork master"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2008/05/24/keeping-a-git-fork-in-sync-with-the-forked-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVNRepository.com adds git hosting.</title>
		<link>http://www.praytothemachine.com/evil/2008/04/07/svnrepositorycom-adds-git-hosting/</link>
		<comments>http://www.praytothemachine.com/evil/2008/04/07/svnrepositorycom-adds-git-hosting/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:22:34 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.praytothemachine.com/evil/?p=643</guid>
		<description><![CDATA[I use SVNRepository.com for my Subversion hosting. Today I decided to move a repo from Beanstalk and found out that they offer git hosting now. Oh, look, a Crash Course on Git for SVN users. I added a quick web &#8230; <a href="http://www.praytothemachine.com/evil/2008/04/07/svnrepositorycom-adds-git-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use <a href="http://svnrepository.com/" onclick="pageTracker._trackPageview('/outgoing/svnrepository.com/?referer=');">SVNRepository.com</a> for my <a href="http://subversion.tigris.org/" onclick="pageTracker._trackPageview('/outgoing/subversion.tigris.org/?referer=');">Subversion</a> hosting.  Today I decided to move a repo from <a href="http://beanstalkapp.com/" onclick="pageTracker._trackPageview('/outgoing/beanstalkapp.com/?referer=');">Beanstalk</a> and found out that they offer <a href="http://git.or.cz/" onclick="pageTracker._trackPageview('/outgoing/git.or.cz/?referer=');">git</a> hosting now.</p>
<p>Oh, look, <a href="http://git.or.cz/course/svn.html" onclick="pageTracker._trackPageview('/outgoing/git.or.cz/course/svn.html?referer=');">a Crash Course on Git for SVN users.</a></p>
<p>I added a quick web app with <a href="http://www.liftweb.net/" onclick="pageTracker._trackPageview('/outgoing/www.liftweb.net/?referer=');">lift</a> here: <a href="http://github.com/tjweir/liftweb-fridgemagnets/" onclick="pageTracker._trackPageview('/outgoing/github.com/tjweir/liftweb-fridgemagnets/?referer=');">Liftweb-fridgemagnets.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.praytothemachine.com/evil/2008/04/07/svnrepositorycom-adds-git-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
