<?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 &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/git/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>
		<item>
		<title>git # move directory or file</title>
		<link>https://arunns.net/git-move-directory-or-file/</link>
					<comments>https://arunns.net/git-move-directory-or-file/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 07:06:20 +0000</pubDate>
				<category><![CDATA[GIT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git mv]]></category>
		<category><![CDATA[gitlab]]></category>
		<guid isPermaLink="false">http://arunns.com/?p=867</guid>

					<description><![CDATA[Move or rename a file, a directory, or a symlink # clone the repogit clone &#60;repo-url>git mv &#60;source_file_or_directory> &#60;destination>git status # will show the change detailsgit commit -am "comment_for_the_change"git push # push changes to repo]]></description>
										<content:encoded><![CDATA[
<p>Move or rename a file, a directory, or a symlink</p>



<p># clone the repo<br><code>git clone &lt;repo-url></code><br><code>git mv &lt;source_file_or_directory> &lt;destination></code><br><code>git status</code> # will show the change details<br><code>git commit -am "comment_for_the_change"</code><br><code>git push</code> # push changes to repo<br></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/git-move-directory-or-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
