<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting it on with Git &#8211; Part 2</title>
	<atom:link href="http://www.justinspradlin.com/general-technology/getting-it-on-with-git-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justinspradlin.com/general-technology/getting-it-on-with-git-part-2/</link>
	<description>Coding and such...</description>
	<lastBuildDate>Thu, 01 Dec 2011 18:31:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Spradlin</title>
		<link>http://www.justinspradlin.com/general-technology/getting-it-on-with-git-part-2/comment-page-1/#comment-112</link>
		<dc:creator>Justin Spradlin</dc:creator>
		<pubDate>Wed, 08 Oct 2008 02:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinspradlin.com/?p=21#comment-112</guid>
		<description>The users will need to set up remote repositories with one another.  Remote repositories can be manually added to the Git configuration file found in /YOUR_PROJECT/.git/config or can be added automatically using the &lt;a href=&quot;http://www.kernel.org/pub/software/scm/git/docs/git-remote.html&quot; rel=&quot;nofollow&quot;&gt;git remote add command&lt;/a&gt;.

This is where Git becomes a bit complex especially for Windows users.  To ensure security between developers Git uses public key cryptography and SSH to authenticate users.  You might need to do a little research into these technologies to get a better understanding of how remote repositories work.

The best way I found to practice pushing/pulling to/from a remote Git repository was to open a free &lt;a href=&quot;http://github.com&quot; rel=&quot;nofollow&quot;&gt;GitHub&lt;/a&gt; account.  They provide some great guides to help you get started at: &lt;a href=&quot;http://github.com/guides/home&quot; rel=&quot;nofollow&quot;&gt;http://github.com/guides/home&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The users will need to set up remote repositories with one another.  Remote repositories can be manually added to the Git configuration file found in /YOUR_PROJECT/.git/config or can be added automatically using the <a href="http://www.kernel.org/pub/software/scm/git/docs/git-remote.html" rel="nofollow">git remote add command</a>.</p>
<p>This is where Git becomes a bit complex especially for Windows users.  To ensure security between developers Git uses public key cryptography and SSH to authenticate users.  You might need to do a little research into these technologies to get a better understanding of how remote repositories work.</p>
<p>The best way I found to practice pushing/pulling to/from a remote Git repository was to open a free <a href="http://github.com" rel="nofollow">GitHub</a> account.  They provide some great guides to help you get started at: <a href="http://github.com/guides/home" rel="nofollow">http://github.com/guides/home</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lakshmanan</title>
		<link>http://www.justinspradlin.com/general-technology/getting-it-on-with-git-part-2/comment-page-1/#comment-113</link>
		<dc:creator>lakshmanan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 15:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.justinspradlin.com/?p=21#comment-113</guid>
		<description>hi,
that was very nice of you to post this stuff about git.. it was very useful.. i was actually searching this kind of an intro (after failing to understand the official online git manual) cos i am actually a beginner but i have one doubt..hope you will clear it...

with git, a developer has his tree in his local machine ...if some other developer wants to pull/push changes to/from the first developer, how will he do that.. do the developer&#039;s local machine have a web address to specify the correct tree to merge... ?

thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
that was very nice of you to post this stuff about git.. it was very useful.. i was actually searching this kind of an intro (after failing to understand the official online git manual) cos i am actually a beginner but i have one doubt..hope you will clear it&#8230;</p>
<p>with git, a developer has his tree in his local machine &#8230;if some other developer wants to pull/push changes to/from the first developer, how will he do that.. do the developer&#8217;s local machine have a web address to specify the correct tree to merge&#8230; ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

