<?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 Pull Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/tag/git-pull/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/tag/git-pull/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Sat, 12 Mar 2022 06:22:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>Git Pull Archives - IODocs</title>
	<link>https://www.iodocs.com/tag/git-pull/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Force Overwrite Local Files on Git Pull</title>
		<link>https://www.iodocs.com/how-to-force-overwrite-local-files-on-git-pull/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 29 May 2019 05:13:42 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[does git pull overwrite local changes]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git force checkout]]></category>
		<category><![CDATA[git force pull]]></category>
		<category><![CDATA[git force push]]></category>
		<category><![CDATA[git overwrite local file]]></category>
		<category><![CDATA[Git Pull]]></category>
		<category><![CDATA[git pull force theirs]]></category>
		<category><![CDATA[git pull overwrite local repo]]></category>
		<category><![CDATA[git remote]]></category>
		<category><![CDATA[git replace local file with remote]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2435</guid>

					<description><![CDATA[<p>Use the following command to force overwrite local files from remote repository. We are assuming you are downloading changes from remote master branch.</p>
<p>$ git fetch --all<br />
$ git reset --hard origin/master</p>
<p>The post <a href="https://www.iodocs.com/how-to-force-overwrite-local-files-on-git-pull/">How to Force Overwrite Local Files on Git Pull</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
