<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Sync github repo]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/38358/sync-github-repo?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/38358/sync-github-repo?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/38358/sync-github-repo</guid>
	<pubDate>Sat, 01 Dec 2018 14:55:59 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/38358/sync-github-repo</link>
	<title><![CDATA[Sync github repo]]></title>
	<description><![CDATA[<code>http://stackoverflow.com/questions/6373277/git-sync-local-repo-with-remote-one

This makes your local repo exactly like your remote repo.
Remember to replace origin and master with the remote and branch that you want to synchronize with.

git fetch origin
git reset --hard origin/master
git clean -f -d</code>]]></description>
	<dc:creator>BioJoker</dc:creator>
</item>

</channel>
</rss>