<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tyler Cipriani: Integrating git with your existing website</title>
<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/"/>
<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comments.atom" rel="self" type="application/atom+xml"/>
<author>

<name>Tyler Cipriani</name>

</author>

<rights type="html" xml:lang="en">

	<a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike License</a>
	Copyright © 2017 Tyler Cipriani

</rights>


<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/</id>

<subtitle type="html">Tyler Cipriani</subtitle>
<generator uri="http://ikiwiki.info/">ikiwiki</generator>
<updated>2018-06-13T19:34:11Z</updated>
<entry>
	<title>comment 1</title>

	<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comment_1_2c9ba47f33865a8ab688cd6352599b19/</id>

	<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/#comment-f1d70fe2986b21d5020c98721dc900dc"/>

	<author><name>jarrodsbirch95</name></author>





	<updated>2018-06-13T19:34:11Z</updated>
	<published>2013-07-07T12:54:21Z</published>


	<content type="html" xml:lang="en">
	&lt;p&gt;This is a post that has been a lifesaver for me. I read this every time I need to set up Git with an existing project (surprisingly often) and it is always an efficient way of doing things. Thanks for covering this so well Tyler - this is far better than other posts on this subject.&lt;/p&gt;


	</content>



</entry>
<entry>
	<title>comment 2</title>

	<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comment_2_9acc17cf45aa78ee872c425d6f265b97/</id>

	<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/#comment-8f364c468e0f089b129a15dfb7b67f17"/>

	<author><name>thcipriani</name></author>





	<updated>2018-06-13T19:34:11Z</updated>
	<published>2013-07-21T18:55:57Z</published>


	<content type="html" xml:lang="en">
	&lt;p&gt;I use this post all the time, too &lt;img src=&quot;https://tylercipriani.com/smileys/smile.png&quot; alt=&quot;:)&quot; /&gt;&lt;/p&gt;
&lt;p&gt;That’s the reason I write most of these posts—so I don’t have to figure out how to do something twice.&lt;/p&gt;


	</content>



</entry>
<entry>
	<title>comment 3</title>

	<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comment_3_5f37799ffd3dd966eadb316ae8c8e684/</id>

	<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/#comment-5af34def7b9e2c3651af16496a1d4fb2"/>

	<author><name>e158a3r</name></author>





	<updated>2018-06-13T19:34:11Z</updated>
	<published>2014-04-03T13:22:33Z</published>


	<content type="html" xml:lang="en">
	&lt;p&gt;Following these steps, I get an error:&lt;/p&gt;
&lt;p&gt;git push -u origin master&lt;/p&gt;
&lt;p&gt;fatal: ‘origin’ does not appear to be a git repository&lt;/p&gt;
&lt;p&gt;fatal: Could not read from remote repository.&lt;/p&gt;
&lt;p&gt;However, using ‘web’ rather than ‘origin’ results in what appears to be success.&lt;/p&gt;
&lt;p&gt;Am I in error?&lt;/p&gt;


	</content>



</entry>
<entry>
	<title>comment 4</title>

	<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comment_4_c6345986ed53e3afc6bb90f3ea391424/</id>

	<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/#comment-cabd9f5aa83952b94edceed2618c0ec0"/>

	<author><name>thcipriani</name></author>





	<updated>2018-06-13T19:34:11Z</updated>
	<published>2014-04-07T07:30:16Z</published>


	<content type="html" xml:lang="en">
	&lt;p&gt;No you’re not, I am, actually! The &lt;code&gt;git remote add web&lt;/code&gt; named the remote &lt;code&gt;web&lt;/code&gt;. You can list out all your remotes with &lt;code&gt;git remote&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I’ll get a fix up here soon. Nice catch!&lt;/p&gt;


	</content>



</entry>
<entry>
	<title>comment 5</title>

	<id>https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/comment_5_06234141344d0e0c283ce3f65bf616d9/</id>

	<link href="https://tylercipriani.com/blog/2012/10/21/move-existing-website-to-git/#comment-2a9e49781b96cf263f7495e27f3c5beb"/>

	<author><name>hthomasrye</name></author>





	<updated>2018-06-13T19:34:11Z</updated>
	<published>2015-03-10T19:58:05Z</published>


	<content type="html" xml:lang="en">
	&lt;p&gt;Thanks for the write up. This is quite nearly exactly what I’ve been looking for. I’m trying to setup a faux-central repo on my webserver so I can develop locally, push to central repo and then pull from central repo to production.&lt;/p&gt;
&lt;p&gt;A couple things not quite working just yet, but I’m hopeful.&lt;/p&gt;


	</content>



</entry>

</feed>
