<?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>Carlos Costa &#187; git</title>
	<atom:link href="http://carloscosta.org/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://carloscosta.org</link>
	<description>Keep on rockin&#039; in the free world</description>
	<lastBuildDate>Thu, 15 Oct 2009 18:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='carloscosta.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6372443b997a28ffeb3dee0dbfc02771?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Carlos Costa &#187; git</title>
		<link>http://carloscosta.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://carloscosta.org/osd.xml" title="Carlos Costa" />
	<atom:link rel='hub' href='http://carloscosta.org/?pushpress=hub'/>
		<item>
		<title>github é o novo wordpress</title>
		<link>http://carloscosta.org/2009/05/21/github-e-o-novo-wordpress/</link>
		<comments>http://carloscosta.org/2009/05/21/github-e-o-novo-wordpress/#comments</comments>
		<pubDate>Fri, 22 May 2009 01:00:16 +0000</pubDate>
		<dc:creator>Carlos Costa</dc:creator>
				<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://carloscosta.org/?p=653</guid>
		<description><![CDATA[Apesar de quase Feliz usuário do wordpress.com por pelo menos os últimos 2 anos, existem problemas nele que vez por outra me deparo e quase sempre me aborreço. Os principais estão relacionados com o modelo WYSIWYG adotado por eles e &#8230; <a href="http://carloscosta.org/2009/05/21/github-e-o-novo-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carloscosta.org&blog=4400188&post=653&subd=crncosta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Apesar de <span style="text-decoration:line-through;">quase</span> Feliz usuário do wordpress.com por pelo menos os últimos 2 anos, existem problemas nele que vez por outra me deparo e quase sempre me aborreço. Os principais estão relacionados com o modelo <a href="http://en.wikipedia.org/wiki/WYSIWYG">WYSIWYG</a> adotado por eles e os temas propostos que são feios e sem usabilidade. Aliás, alguém precisa avisar o mundo que Browser não foi feito para ser editor de textos, ninguém me convence do contrário (nem <a href="http://www.google.com">eles</a>). Se já é difícil editar usando softwares tipo word, imagina usar um Browser (CSS, HTML e JavaScript) <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Mas o wordpress.com atende bem a maioria que só quer escrever. E com a adição de alguns serviços pagos dá pra melhorar algumas coisas por aqui, mas nem tudo o dinheiro compra né?! eu tenho domínio próprio, mas não tema personalizado. Eles até oferecem um serviço de custom CSS onde você escolhe o tema e pode modificar ligeiramente o visual do mesmo, mas a estrutura do tema permanece estática. Pensando nessas dificuldades, parei de me lamentar e procurei uma alternativa&#8230; até que eu achei: <a href="http://www.github.com">github</a>!!!!</p>
<p>Inspirado nas infinitas possibilidades de uso do <a href="http://en.wikipedia.org/wiki/Git_(software)">Git</a>, um dos mais sensacionais softwares inventados até hoje (ops, <a href="http://en.wikipedia.org/wiki/Linus_Torvalds">he</a> did it again), os caras do github construiram uma infraestrutura de host pra projetos de sofware que dá inveja nos concorrentes (eu acho). É surpreendente a quantidade de features disponíveis, e como a rica API deles te permite explorar outras infinitas possibilidades&#8230; e uma delas me chamou a atenção: Host the <a href="http://github.com/blog/272-github-pages">páginas</a>. Você cria um repositório pro seu site pessoal, cria um pequeno arquivo de CNAME, muda seu DNS e pronto, seu site devidamente hosteado. Alias, dá até pra ter um blog rodando lá, com a ajuda disso <a href="http://github.com/mojombo/jekyll/">http://github.com/mojombo/jekyll</a></p>
<p>Eu já tenho um usuário criado lá, próxima etapa é fazer algumas experiências e, quem sabe, migrar todo o meu conteúdo daqui para lá. Acompanha ai que eu vou reportando as coisas daqui. E se você quer saber mais sobre como criar páginas lá, olha algumas referências:</p>
<p><a href="http://pages.github.com/">http://pages.github.com/</a></p>
<p><a href="http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/">http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/</a></p>
<p><a href="http://mbleigh.com/">http://mbleigh.com/</a></p>
<p><a href="http://schacon.github.com/">http://schacon.github.com/</a></p>
<p><a href="http://tom.preston-werner.com/2009/05/19/the-git-parable.html">http://tom.preston-werner.com/2009/05/19/the-git-parable.html</a></p>
<p><a href="http://git-scm.com/">http://git-scm.com/</a></p>
<br />Posted in pt_BR Tagged: git <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crncosta.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crncosta.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crncosta.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crncosta.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crncosta.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crncosta.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crncosta.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crncosta.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crncosta.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crncosta.wordpress.com/653/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carloscosta.org&blog=4400188&post=653&subd=crncosta&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://carloscosta.org/2009/05/21/github-e-o-novo-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4975cd7b5c10bf8d24d2ab32d00bba1b?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">crncosta</media:title>
		</media:content>
	</item>
		<item>
		<title>Gitorious: I&#8217;m missing my Gravatar icon on my commits</title>
		<link>http://carloscosta.org/2009/02/06/gitorious-im-missing-my-gravatar-icon-on-my-commits/</link>
		<comments>http://carloscosta.org/2009/02/06/gitorious-im-missing-my-gravatar-icon-on-my-commits/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:12:50 +0000</pubDate>
		<dc:creator>Carlos Costa</dc:creator>
				<category><![CDATA[en_US]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://carloscosta.org/?p=407</guid>
		<description><![CDATA[Gitorious generate my Gravatar from the email address that is part of the commit. I can run git log in my repo to see the email address that specified for each commit. Make sure you have a Gravatar for each &#8230; <a href="http://carloscosta.org/2009/02/06/gitorious-im-missing-my-gravatar-icon-on-my-commits/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carloscosta.org&blog=4400188&post=407&subd=crncosta&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Gitorious generate my Gravatar from the email address that is part of the commit. I can run git log in my repo to see the email address that specified for each commit. Make sure you have a Gravatar for each email address that you use to commit with because I got some problems recent with it and my commits was did from two diferent e-mail address. I fix it today, and here is how can you fix it for you too.</p>
<p>To fix my email when committing in git globally, I did (please, ignore NOSPAM markup):</p>
<p><code>[~]$ git config --global user.email crncostaAT@NOSPAM@gmailDOTcom</code></p>
<p>You may also need to check your Gravatar account (Gitorious account) to make sure your Gravatar is aasociated with that e-mail.</p>
<p>If you wish to set this on a repo-level instead of a global one:</p>
<p><code>[~/path/to/repo]$ git config user.email crncostaAT@NOSPAM@gmailDOTcom</code></p>
<p>This change will only effect future commits. Your past commits will retain the old, incorrect address <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<br />Posted in en_US Tagged: git <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/crncosta.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/crncosta.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/crncosta.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/crncosta.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/crncosta.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/crncosta.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/crncosta.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/crncosta.wordpress.com/407/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/crncosta.wordpress.com/407/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/crncosta.wordpress.com/407/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=carloscosta.org&blog=4400188&post=407&subd=crncosta&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://carloscosta.org/2009/02/06/gitorious-im-missing-my-gravatar-icon-on-my-commits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4975cd7b5c10bf8d24d2ab32d00bba1b?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">crncosta</media:title>
		</media:content>
	</item>
	</channel>
</rss>