<?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>git branch &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/git-branch/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Thu, 23 Jul 2020 12:13:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>#git switch to branch without merge on local repo</title>
		<link>https://arunns.net/git-switch-to-branch-without-merge/</link>
					<comments>https://arunns.net/git-switch-to-branch-without-merge/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Thu, 23 Jul 2020 12:13:44 +0000</pubDate>
				<category><![CDATA[GIT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git branch]]></category>
		<category><![CDATA[git checkout]]></category>
		<category><![CDATA[git pull branch]]></category>
		<guid isPermaLink="false">http://arunns.com/?p=872</guid>

					<description><![CDATA[To switch from master to a branch or branch to another without merge. git branch*master $ git fetch origin &#60;new_branch> $ git checkoutBranch legacy set up to track remote branch legacy from origin.Switched to a new branch ‘new_branch' $ git pull $ git branch* new_branchmaster]]></description>
										<content:encoded><![CDATA[
<p>To switch from master to a branch or branch to another without merge.<br><br><code>git branch<br>*ma</code>ster<br><br><code>$ git fetch origin &lt;new_branch></code></p>



<p><code>$ git checkout<br>Branch legacy set up to track remote branch legacy from origin.<br>Switched to a new branch ‘new_branch'</code></p>



<p><code>$ git pull</code></p>



<p><code>$ git branch</code><br><code>* new_branch<br>master<br></code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/git-switch-to-branch-without-merge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
