<?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>Zero Bug Build &#187; Git</title>
	<atom:link href="http://www.zerobugbuild.com/?cat=11&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.zerobugbuild.com</link>
	<description>James World&#039;s blog for www.dotnetinsight.com</description>
	<lastBuildDate>Sat, 20 Oct 2018 15:03:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Confused about what is LOCAL and REMOTE in a git rebase?</title>
		<link>http://www.zerobugbuild.com/?p=420&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=confused-about-local-and-remote-in-rebases</link>
		<comments>http://www.zerobugbuild.com/?p=420#comments</comments>
		<pubDate>Fri, 11 Nov 2016 19:12:20 +0000</pubDate>
		<dc:creator>James World</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.zerobugbuild.com/?p=420</guid>
		<description><![CDATA[People often find the LOCAL and REMOTE sides in rebases and merges confusing. I put together a repository and README to explain what&#8217;s going on, and why the sides flip for a rebase. Find out more here: https://github.com/james-world/merge-view/blob/master/README.md]]></description>
			<content:encoded><![CDATA[<p>People often find the LOCAL and REMOTE sides in rebases and merges confusing. I put together a repository and README to explain what&#8217;s going on, and why the sides flip for a rebase. Find out more here: <a href="https://github.com/james-world/merge-view/blob/master/README.md" title="Link to tutorial">https://github.com/james-world/merge-view/blob/master/README.md</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zerobugbuild.com/?feed=rss2&#038;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting an OWIN WebApi in IIS, Console and Integration Tests</title>
		<link>http://www.zerobugbuild.com/?p=389&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hosting-an-owin-webapi-in-iis-console-and-integration-tests</link>
		<comments>http://www.zerobugbuild.com/?p=389#comments</comments>
		<pubDate>Fri, 14 Nov 2014 12:21:06 +0000</pubDate>
		<dc:creator>James World</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[VIsual Studio]]></category>
		<category><![CDATA[visualstudio owin git]]></category>

		<guid isPermaLink="false">http://www.zerobugbuild.com/?p=389</guid>
		<description><![CDATA[One class library defining an OWIN based WebAPI, re-used by IIS, SelfHost and in-memory integration test projects. https://github.com/james-world/owinmultihosting]]></description>
			<content:encoded><![CDATA[<p>One class library defining an OWIN based WebAPI, re-used by IIS, SelfHost and in-memory integration test projects. <a href="https://github.com/james-world/owinmultihosting" title="On github here!" target="_blank">https://github.com/james-world/owinmultihosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zerobugbuild.com/?feed=rss2&#038;p=389</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading an existing local git repo to a new github/bitbucket repo.</title>
		<link>http://www.zerobugbuild.com/?p=380&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uploading-an-existing-local-git-repo-to-a-new-githubbitbucket-repo</link>
		<comments>http://www.zerobugbuild.com/?p=380#comments</comments>
		<pubDate>Mon, 06 Oct 2014 11:17:20 +0000</pubDate>
		<dc:creator>James World</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://www.zerobugbuild.com/?p=380</guid>
		<description><![CDATA[Note to self: Bitbucket and Github&#8217;s instructions for uploading an existing local repo have this instruction: git remote add origin &#60;address&#62; But something in my set-up (posh-git?) adds a default origin entry causing this to fail with: fatal: remote origin &#8230; <a href="http://www.zerobugbuild.com/?p=380">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Note to self: Bitbucket and Github&#8217;s instructions for uploading an existing local repo have this instruction:</p>
<pre>git remote add origin &lt;address&gt;</pre>
<p>But something in my set-up (posh-git?) adds a default origin entry causing this to fail with:</p>
<pre>fatal: remote origin already exists</pre>
<p>To fix this use:</p>
<pre>git remote set-url origin &lt;address&gt;</pre>
<p>And then upload as normal with:</p>
<pre>git push -u origin</pre>
<p>Maybe this post will prevent me having to look this up every time I run into it! <img src='http://www.zerobugbuild.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.zerobugbuild.com/?feed=rss2&#038;p=380</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
