<?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: How to Install Git and Create a Git Repository	</title>
	<atom:link href="https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 24 Jan 2024 06:22:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Yoander		</title>
		<link>https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/comment-page-1/#comment-695950</link>

		<dc:creator><![CDATA[Yoander]]></dc:creator>
		<pubDate>Tue, 27 Oct 2015 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4583#comment-695950</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/comment-page-1/#comment-210114&quot;&gt;Rick Copley&lt;/a&gt;.

If you want to start a clean and fresh project then you don&#039;t need to follow this bunch of steps, firt create the repo on github.com and after do a &lt;code&gt;git clone  git@github.com:username/my-forth-git-repo.git&lt;/code&gt; and from here you&#039;re under control.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/comment-page-1/#comment-210114">Rick Copley</a>.</p>
<p>If you want to start a clean and fresh project then you don&#8217;t need to follow this bunch of steps, firt create the repo on github.com and after do a <code>git clone  git@github.com:username/my-forth-git-repo.git</code> and from here you&#8217;re under control.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/comment-page-1/#comment-268019</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Wed, 10 Sep 2014 05:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4583#comment-268019</guid>

					<description><![CDATA[You made one small mistake. If the user has never setup git before he/she will need to do this instead of apply the set-url:
&lt;pre&gt;
git remote add origin git@github.com:user/project.git
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You made one small mistake. If the user has never setup git before he/she will need to do this instead of apply the set-url:</p>
<pre>
git remote add origin git@github.com:user/project.git
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rick Copley		</title>
		<link>https://www.tecmint.com/install-git-to-create-and-share-your-own-projects-on-github-repository/comment-page-1/#comment-210114</link>

		<dc:creator><![CDATA[Rick Copley]]></dc:creator>
		<pubDate>Tue, 08 Jul 2014 20:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4583#comment-210114</guid>

					<description><![CDATA[I followed this and I am unable to see the repo, unless I create it on github.com first.

When I create on github.com first, it provides a list of commands that I can then use for the repo:
&lt;pre&gt;
mkdir my-forth-git-repo
touch README.md
git init
git add README.md
git commit -m &quot;first commit&quot;
git remote add origin git@github.com:username/my-forth-git-repo.git
git push -u origin master
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>I followed this and I am unable to see the repo, unless I create it on github.com first.</p>
<p>When I create on github.com first, it provides a list of commands that I can then use for the repo:</p>
<pre>
mkdir my-forth-git-repo
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:username/my-forth-git-repo.git
git push -u origin master
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
