<?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>Pro-Tek Blog &#187; git squash merge commit</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/git-squash-merge-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT IS A GIT SQUASH MERGE? HOW TO USE IT?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-a-git-squash-merge-how-to-use-it/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-a-git-squash-merge-how-to-use-it/#comments</comments>
		<pubDate>Fri, 09 Mar 2018 02:20:05 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Squash Merge]]></category>
		<category><![CDATA[git squash merge commit]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2439</guid>
		<description><![CDATA[<p>What is a git squash merge? How to use it? Advantages: This will take all the commits from the bugfix branch, squash them into 1 commit and then merge it with your master branch. &#8230; git checkout master git mergefeature1 feature2 feature3 etc. The last merge is an &#8220;octopus merge&#8221; because it&#8217;s merging a lot [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-a-git-squash-merge-how-to-use-it/">WHAT IS A GIT SQUASH MERGE? HOW TO USE IT?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What is a git squash merge? How to use it?</h4>
<p><strong>Advantages:</strong></p>
<p>This will take all the commits from the bugfix branch, squash them into 1 commit and then merge it with your master branch. &#8230; git checkout master git mergefeature1 feature2 feature3 etc. The last merge is an &#8220;octopus merge&#8221; because it&#8217;s merging a lot of branches at once</p>
<p>You can follow the below commands to use Squash:</p>
<p>git checkout master<br />
git merge &#8211;squash bugfix<br />
git commit<br />
This will take all the commits from the bugfix branch, squash them into 1 commit and then merge it with your master branch.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-a-git-squash-merge-how-to-use-it/">WHAT IS A GIT SQUASH MERGE? HOW TO USE IT?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-is-a-git-squash-merge-how-to-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
