<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Rebase v Merge in Git</title>
	<atom:link href="http://gitguru.com/2009/02/03/rebase-v-merge-in-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/</link>
	<description>meditations on scm using git</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:18:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Confluence: Verzekeringssite</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-94</link>
		<dc:creator>Confluence: Verzekeringssite</dc:creator>
		<pubDate>Fri, 03 Feb 2012 09:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-94</guid>
		<description>&lt;strong&gt;Git branching strategy...&lt;/strong&gt;

Introduction We follow the branching model Linus Torvaldus proposed and Vincent Driessen outlined in this article:&#160;﻿...</description>
		<content:encoded><![CDATA[<p><strong>Git branching strategy&#8230;</strong></p>
<p>Introduction We follow the branching model Linus Torvaldus proposed and Vincent Driessen outlined in this article:&nbsp;﻿&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icole</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-93</link>
		<dc:creator>icole</dc:creator>
		<pubDate>Thu, 02 Feb 2012 14:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-93</guid>
		<description>hi!!!</description>
		<content:encoded><![CDATA[<p>hi!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tools by Programming - Pearltrees</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-89</link>
		<dc:creator>tools by Programming - Pearltrees</dc:creator>
		<pubDate>Thu, 15 Dec 2011 17:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-89</guid>
		<description>[...] Rebase v Merge in Git [...]</description>
		<content:encoded><![CDATA[<p>[...] Rebase v Merge in Git [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .Net Head &#187; Rebasing can fail with an updated .gitignore file.</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-87</link>
		<dc:creator>.Net Head &#187; Rebasing can fail with an updated .gitignore file.</dc:creator>
		<pubDate>Wed, 07 Dec 2011 05:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-87</guid>
		<description>[...] If you are using Git, the preferred way to do this is with the rebase command rather than merge. (Here is a good explanation of the difference between the two and why rebase is usually [...]</description>
		<content:encoded><![CDATA[<p>[...] If you are using Git, the preferred way to do this is with the rebase command rather than merge. (Here is a good explanation of the difference between the two and why rebase is usually [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Yu@IT &#187; Git merge or rebase?</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-84</link>
		<dc:creator>Jeff Yu@IT &#187; Git merge or rebase?</dc:creator>
		<pubDate>Tue, 18 Oct 2011 01:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-84</guid>
		<description>[...] Rebase vs Merge in Git 2. Avoid Merge commit in Git, this one shows very detail about the difference on these two options, [...]</description>
		<content:encoded><![CDATA[<p>[...] Rebase vs Merge in Git 2. Avoid Merge commit in Git, this one shows very detail about the difference on these two options, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Case for Git Rebase : alexking.org</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-80</link>
		<dc:creator>The Case for Git Rebase : alexking.org</dc:creator>
		<pubDate>Mon, 12 Sep 2011 05:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-80</guid>
		<description>[...] if roundabout read. The anecdotal conclusions are useful to read, but a more analytical approach like this one resonates more clearly for me. Joel Spolsky makes the case that with any DVCS you should think of [...]</description>
		<content:encoded><![CDATA[<p>[...] if roundabout read. The anecdotal conclusions are useful to read, but a more analytical approach like this one resonates more clearly for me. Joel Spolsky makes the case that with any DVCS you should think of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-79</link>
		<dc:creator>A</dc:creator>
		<pubDate>Sat, 10 Sep 2011 19:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-79</guid>
		<description>Would you explain where in the suggested workflow is fetch or pull? Also is there a problem to work on the code without creating a separate branch, just rebase regularly or once you are done and commit/push changes?

Thank you!</description>
		<content:encoded><![CDATA[<p>Would you explain where in the suggested workflow is fetch or pull? Also is there a problem to work on the code without creating a separate branch, just rebase regularly or once you are done and commit/push changes?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Qt Commercial</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-78</link>
		<dc:creator>Confluence: Qt Commercial</dc:creator>
		<pubDate>Fri, 09 Sep 2011 10:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-78</guid>
		<description>&lt;strong&gt;Everyday git tricks &amp; tips...&lt;/strong&gt;

Create remote branch: \ git push \u origin &#160; &#160; git push \u origin newfeature1 Delete remote branch: \ git push origin : &#160; &#160; git push origin :newfeature1&#160; Remove specific commit: \ git rebase \o......</description>
		<content:encoded><![CDATA[<p><strong>Everyday git tricks &amp; tips&#8230;</strong></p>
<p>Create remote branch: \ git push \u origin &nbsp; &nbsp; git push \u origin newfeature1 Delete remote branch: \ git push origin : &nbsp; &nbsp; git push origin :newfeature1&nbsp; Remove specific commit: \ git rebase \o&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoo</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-43</link>
		<dc:creator>Shoo</dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-43</guid>
		<description>And if I may add another difference: rebase will refuse (by default) to work if you have modified files in your worktree, thus attempting to goad you into having a clean up-to-date worktree (or at least stashing the local changes) before you pull the other mods. This is usually a good idea.

(This only regards files that would be touched by the commits you&#039;re about to pull. It doesn&#039;t care about modified files that have nothing to do with those mods.)</description>
		<content:encoded><![CDATA[<p>And if I may add another difference: rebase will refuse (by default) to work if you have modified files in your worktree, thus attempting to goad you into having a clean up-to-date worktree (or at least stashing the local changes) before you pull the other mods. This is usually a good idea.</p>
<p>(This only regards files that would be touched by the commits you&#8217;re about to pull. It doesn&#8217;t care about modified files that have nothing to do with those mods.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harjit</title>
		<link>http://gitguru.com/2009/02/03/rebase-v-merge-in-git/comment-page-1/#comment-34</link>
		<dc:creator>Harjit</dc:creator>
		<pubDate>Thu, 20 Aug 2009 21:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://gitguru.com/?p=22#comment-34</guid>
		<description>What rebase really says is, to consider the changes that are about to made to the branch, FIRST get the changes that others have already COMMITED to the branch, and then re-apply changes on top of that, irrespective of when the changes were made. This allows you to get what others before you have already commited, and shows you where your changes cause merge conflicts. Also it makes the merge upwards more meaningful, since you would normally resolve conflicts caused by your changes to previously commited changes, before merging and pushing.</description>
		<content:encoded><![CDATA[<p>What rebase really says is, to consider the changes that are about to made to the branch, FIRST get the changes that others have already COMMITED to the branch, and then re-apply changes on top of that, irrespective of when the changes were made. This allows you to get what others before you have already commited, and shows you where your changes cause merge conflicts. Also it makes the merge upwards more meaningful, since you would normally resolve conflicts caused by your changes to previously commited changes, before merging and pushing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

