<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Rails Forum - Ruby on Rails Help and Discussion Forum - how to update my repository in github]]></title>
		<link>http://railsforum.com/viewtopic.php?id=48601</link>
		<description><![CDATA[The most recent posts in how to update my repository in github.]]></description>
		<lastBuildDate>Sun, 22 Apr 2012 00:48:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: how to update my repository in github]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=151971#p151971</link>
			<description><![CDATA[<p>You&#039;re welcome. By the way, I&#039;m fw-coder on github, if you ever want to share some code.</p>]]></description>
			<author><![CDATA[dummy@example.com (Brian71)]]></author>
			<pubDate>Sun, 22 Apr 2012 00:48:52 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=151971#p151971</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to update my repository in github]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=151970#p151970</link>
			<description><![CDATA[<div class="quotebox"><cite>Brian71 wrote:</cite><blockquote><p>Here&#039;s the basic pattern:</p><p>commit your changes locally:<br /></p><div class="codebox"><pre><code>$ git add .
$ git commit -m &quot;made some changes&quot;</code></pre></div><p>then push them to github. In the code below, the first line is only needed the first time you push to github.<br /></p><div class="codebox"><pre><code>$ git remote add origin git@github.com:yourusername/yourreponame.git
$ git push origin master</code></pre></div><p>In the above, change yourusername, yourreponame to match your github username and repo name that you&#039;re pushing to.&nbsp; Also, in the second line, I&#039;m pushing master branch, so change &quot;master&quot; to another branch name if you want to push a different branch.</p><p>Here are instructions on the github site (scroll down and start reading the example at &quot;Next: Create a README for your repo&quot;)<br /><a href="http://help.github.com/create-a-repo/">http://help.github.com/create-a-repo/</a></p></blockquote></div><p>i got it and make it !</p><p>many thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (jay_li)]]></author>
			<pubDate>Sun, 22 Apr 2012 00:39:13 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=151970#p151970</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to update my repository in github]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=151964#p151964</link>
			<description><![CDATA[<p>Here&#039;s the basic pattern:</p><p>commit your changes locally:<br /></p><div class="codebox"><pre><code>$ git add .
$ git commit -m &quot;made some changes&quot;</code></pre></div><p>then push them to github. In the code below, the first line is only needed the first time you push to github.<br /></p><div class="codebox"><pre><code>$ git remote add origin git@github.com:yourusername/yourreponame.git
$ git push origin master</code></pre></div><p>In the above, change yourusername, yourreponame to match your github username and repo name that you&#039;re pushing to.&nbsp; Also, in the second line, I&#039;m pushing master branch, so change &quot;master&quot; to another branch name if you want to push a different branch.</p><p>Here are instructions on the github site (scroll down and start reading the example at &quot;Next: Create a README for your repo&quot;)<br /><a href="http://help.github.com/create-a-repo/">http://help.github.com/create-a-repo/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Brian71)]]></author>
			<pubDate>Sat, 21 Apr 2012 14:31:40 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=151964#p151964</guid>
		</item>
		<item>
			<title><![CDATA[how to update my repository in github]]></title>
			<link>http://railsforum.com/viewtopic.php?pid=151959#p151959</link>
			<description><![CDATA[<p>hi </p><p>i hava create a repository in github,when i modify my app even add or delete some files,how to reload the app directory?</p><p>i fail to reload the directory in the way of create repository?!</p><p>waiting&nbsp; the soluation...</p><p>many thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (jay_li)]]></author>
			<pubDate>Sat, 21 Apr 2012 07:37:18 +0000</pubDate>
			<guid>http://railsforum.com/viewtopic.php?pid=151959#p151959</guid>
		</item>
	</channel>
</rss>
