<?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>Mauricio de Amorim &#187; GitHub</title>
	<atom:link href="http://mauriciodeamorim.com.br/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://mauriciodeamorim.com.br</link>
	<description>Tecnologia e desenvolvimento web</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:21:04 +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>Manipulando branches remotos com Git</title>
		<link>http://mauriciodeamorim.com.br/2010/07/12/manipulando-branches-remotos-git/</link>
		<comments>http://mauriciodeamorim.com.br/2010/07/12/manipulando-branches-remotos-git/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 04:51:14 +0000</pubDate>
		<dc:creator>Mauricio Amorim</dc:creator>
				<category><![CDATA[Dicas rápidas]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>

		<guid isPermaLink="false">http://mauriciodeamorim.com.br/?p=707</guid>
		<description><![CDATA[Reorganizando meus projetos no Github me deparei com o problema de ter criado muitos branches locais e remotos e tudo estava uma grande bagunça. Os comandos que me ajudaram a resolver isto foram: Dado os branches locais macos-snow ~/project (master) git branch * master fix_counter rails3-version Para criá-los remotamente use macos-snow ~/project (master) git push [...]]]></description>
		<wfw:commentRss>http://mauriciodeamorim.com.br/2010/07/12/manipulando-branches-remotos-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Criando um repositório no Github</title>
		<link>http://mauriciodeamorim.com.br/2009/10/03/criando-um-repositorio-no-github/</link>
		<comments>http://mauriciodeamorim.com.br/2009/10/03/criando-um-repositorio-no-github/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:30:09 +0000</pubDate>
		<dc:creator>Mauricio Amorim</dc:creator>
				<category><![CDATA[Dicas rápidas]]></category>
		<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://mauriciodeamorim.com.br/blog/?p=7</guid>
		<description><![CDATA[Vou descrever aqui o caminho mais curto para colocar seu projeto em um repositório remoto usando o Github. Crie uma conta no Github. Adicionei sua chave SSH (Linux) copiando o resultado do comando abaixo no campo &#8220;SSH Public Key&#8221;. Veja aqui como configurar em outros sistemas. cat ~/.ssh/id_dsa.pub Se ainda não tem a chave, crie [...]]]></description>
		<wfw:commentRss>http://mauriciodeamorim.com.br/2009/10/03/criando-um-repositorio-no-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Criando branches no Git</title>
		<link>http://mauriciodeamorim.com.br/2009/01/09/criando-branches-no-git/</link>
		<comments>http://mauriciodeamorim.com.br/2009/01/09/criando-branches-no-git/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 00:21:03 +0000</pubDate>
		<dc:creator>Mauricio Amorim</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mauriciodeamorim.com.br/blog/?p=13</guid>
		<description><![CDATA[0) Instale e configure o Git. 1) No GitHub encontre o Clone URL do projeto. 2) Pelo terminal (Git Bash) entre na pasta onde será criado o projeto (Ex.: C:\projetos) e digite: git clone git://github.com/nome_usuario_github/nome_projeto.git 3) Entre na nova pasta adicionada e crie um branch chamado working: cd nome_projeto git branch working master 4) Alterne [...]]]></description>
		<wfw:commentRss>http://mauriciodeamorim.com.br/2009/01/09/criando-branches-no-git/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
