<?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>gitlab &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/gitlab/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Wed, 22 Jul 2020 07:06:20 +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 # 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>
