<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Devcraft &#187; Git</title>
	<atom:link href="http://devcraft.wordpress.com/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://devcraft.wordpress.com</link>
	<description>The craft of software development</description>
	<lastBuildDate>Sat, 05 Dec 2009 20:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='devcraft.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/55732c0cc15e7c0b7d84c93f75a059fe?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Devcraft &#187; Git</title>
		<link>http://devcraft.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devcraft.wordpress.com/osd.xml" title="Devcraft" />
		<item>
		<title>Emacs configuration in github</title>
		<link>http://devcraft.wordpress.com/2009/07/19/emacs-configuration-in-github/</link>
		<comments>http://devcraft.wordpress.com/2009/07/19/emacs-configuration-in-github/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 20:13:24 +0000</pubDate>
		<dc:creator>Bozhidar</dc:creator>
				<category><![CDATA[Emacs]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=65</guid>
		<description><![CDATA[When you have applications, whose configuration is as complex as that of Emacs it&#8217;s always a good idea to store that configuration under version control so you can easily share it
between multiple computers. You can always set up some version control system yourself, but it&#8217;s a lot more convenient(and much more reliable) to use an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devcraft.wordpress.com&blog=3649335&post=65&subd=devcraft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When you have applications, whose configuration is as complex as that of Emacs it&#8217;s always a good idea to store that configuration under version control so you can easily share it</p>
<p>between multiple computers. You can always set up some version control system yourself, but it&#8217;s a lot more convenient(and much more reliable) to use an already existing code hosting solution such a <a href="http://www.github.com">GitHub</a>. I have created a small repo there</p>
<p>housing my humble Emacs configuration(.emacs, some custom stuff) and share it on all the computers that I work. You may have a look at my Emacs repo <a href="http://github.com/bbatsov/emacs/tree/master">here</a>.</p>
<p>In case you&#8217;re wondering why there is no file named <strong>.emacs</strong> in there &#8211; my .emacs actually consists of <strong>only one line</strong>:</p>
<p><strong>(load &#8220;~/emacs/dot-emacs.el&#8221;)</strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devcraft.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devcraft.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devcraft.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devcraft.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devcraft.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devcraft.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devcraft.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devcraft.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devcraft.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devcraft.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devcraft.wordpress.com&blog=3649335&post=65&subd=devcraft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devcraft.wordpress.com/2009/07/19/emacs-configuration-in-github/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab0278376b9f68c16c67d34d08e4981e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bozhidar</media:title>
		</media:content>
	</item>
		<item>
		<title>The most valuable guides and articles about Git</title>
		<link>http://devcraft.wordpress.com/2008/08/18/the-most-valuable-guides-and-articles-about-git/</link>
		<comments>http://devcraft.wordpress.com/2008/08/18/the-most-valuable-guides-and-articles-about-git/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:14:46 +0000</pubDate>
		<dc:creator>Bozhidar</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=22</guid>
		<description><![CDATA[Although Git is gaining a lot of momentum these days there are still obstacles to its adoption. One of the most often cited is the lack of good documentation. I agree that there are a lot of resources out there that can seriously confuse people beginning with git, so I want to share here a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devcraft.wordpress.com&blog=3649335&post=22&subd=devcraft&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Although Git is gaining a lot of momentum these days there are still obstacles to its adoption. One of the most often cited is the lack of good documentation. I agree that there are a lot of resources out there that can seriously confuse people beginning with git, so I want to share here a list of the guides and articles I have found most helpful in my git explorations. So here we go:</p>
<p><a href="http://book.git-scm.com/" target="_blank">The Git Community Book</a> &#8211; my personal favourite. A nicely written book, with succinct, but very helpful chapters. The book has one drawback though &#8211; it&#8217;s not finished yet.</p>
<p><a href="http://git.or.cz/gitwiki/QuickStart">Git QuickStart</a> &#8211; if you&#8217;re really in a hurry to pick up a trick or two about Git check the QuickStart.</p>
<p><a href="http://git.or.cz/gitwiki/GitCheatSheet">Git Cheat Sheet</a> &#8211; the cheat sheet is also a source of highly compressed knowledge about git.</p>
<p><a href="http://osteele.com/archives/2008/05/my-git-workflow" target="_blank">My Git Workflow</a> &#8211; a bit more advanced, but extremely enlightening article about the mighty git.</p>
<p>I hope you&#8217;ll enjoy these articles and find them helpful.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/devcraft.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/devcraft.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devcraft.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devcraft.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devcraft.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devcraft.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devcraft.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devcraft.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devcraft.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devcraft.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devcraft.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devcraft.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devcraft.wordpress.com&blog=3649335&post=22&subd=devcraft&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devcraft.wordpress.com/2008/08/18/the-most-valuable-guides-and-articles-about-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ab0278376b9f68c16c67d34d08e4981e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Bozhidar</media:title>
		</media:content>
	</item>
	</channel>
</rss>