<?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: Git workflows with git-tfs</title>
	<atom:link href="http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ag</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5784</link>
		<dc:creator>Ag</dc:creator>
		<pubDate>Wed, 01 May 2013 15:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5784</guid>
		<description>is there any way to diff after &quot;git tfs fetch&quot;? how do you do that, git doesn&#039;t see tfs branches as remotes. And if there&#039;s no way, what&#039;s the use of  &quot;git tfs fetch&quot;?</description>
		<content:encoded><![CDATA[<p>is there any way to diff after &#8220;git tfs fetch&#8221;? how do you do that, git doesn&#8217;t see tfs branches as remotes. And if there&#8217;s no way, what&#8217;s the use of  &#8220;git tfs fetch&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5353</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 27 Nov 2012 15:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5353</guid>
		<description>Except it only created a master branch with all commits in. Is it possible to get the commits done in different branches in TFS so they end up in different Git branches?</description>
		<content:encoded><![CDATA[<p>Except it only created a master branch with all commits in. Is it possible to get the commits done in different branches in TFS so they end up in different Git branches?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git alias to delete all local branches &#124; Pedro Reys</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5345</link>
		<dc:creator>Git alias to delete all local branches &#124; Pedro Reys</dc:creator>
		<pubDate>Wed, 21 Nov 2012 18:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-5345</guid>
		<description>[...] TFS as our &#8220;remote&#8221; repo. Locally I use git-tfs so that I can still use git locally. Jimmy has a post describing in details the workflow that we use here but the TL;DR: version is:  All work is done on local topic branches; You push to TFS from the [...]</description>
		<content:encoded><![CDATA[<p>[...] TFS as our &#8220;remote&#8221; repo. Locally I use git-tfs so that I can still use git locally. Jimmy has a post describing in details the workflow that we use here but the TL;DR: version is:  All work is done on local topic branches; You push to TFS from the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Evans</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4676</link>
		<dc:creator>Ed Evans</dc:creator>
		<pubDate>Sun, 15 Jul 2012 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4676</guid>
		<description>Yes, that fixed it for me.
Thanks!</description>
		<content:encoded><![CDATA[<p>Yes, that fixed it for me.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4622</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 28 May 2012 19:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4622</guid>
		<description> It may be because you are using the --build-default-comment switch, which was removed recently. It has become the default behavior and is no longer needed as a switch.</description>
		<content:encoded><![CDATA[<p> It may be because you are using the &#8211;build-default-comment switch, which was removed recently. It has become the default behavior and is no longer needed as a switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4621</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 28 May 2012 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4621</guid>
		<description>Hi,

We have switched the options for CheckinTool to build a commit message by default, and the option has been removed. Could you please update your post to reflect this?

Thanks! </description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>We have switched the options for CheckinTool to build a commit message by default, and the option has been removed. Could you please update your post to reflect this?</p>
<p>Thanks! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4615</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 24 May 2012 00:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4615</guid>
		<description>Hmmm not sure, is there any other information you get? You might try creating a github issue for this project just to let them know about what you&#039;re seeing.</description>
		<content:encoded><![CDATA[<p>Hmmm not sure, is there any other information you get? You might try creating a github issue for this project just to let them know about what you&#8217;re seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4613</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 23 May 2012 19:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4613</guid>
		<description>Thanks for the article.  Any idea why we get error &quot;no parent found&quot; when  we git tfs checkin?  We are able to pull down from our 2010 TFS but not push to it. Thank you.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.  Any idea why we get error &#8220;no parent found&#8221; when  we git tfs checkin?  We are able to pull down from our 2010 TFS but not push to it. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Shinn</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4508</link>
		<dc:creator>Charles Shinn</dc:creator>
		<pubDate>Sat, 07 Apr 2012 10:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4508</guid>
		<description>Git-Tfs permitted me to decrease my activities with TFS to once in a complete celestial satellite. It absolutely eliminated much of the scrubbing as branching and merging is all done using Git. </description>
		<content:encoded><![CDATA[<p>Git-Tfs permitted me to decrease my activities with TFS to once in a complete celestial satellite. It absolutely eliminated much of the scrubbing as branching and merging is all done using Git. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Low</title>
		<link>http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4290</link>
		<dc:creator>Brian Low</dc:creator>
		<pubDate>Fri, 03 Feb 2012 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2011/09/20/git-workflows-with-git-tfs/#comment-4290</guid>
		<description>Maybe he was referring to GoOfflne (
http://visualstudiogallery.msdn.microsoft.com/425f09d8-d070-4ab1-84c1-68fa326190f4)</description>
		<content:encoded><![CDATA[<p>Maybe he was referring to GoOfflne (<br />
<a href="http://visualstudiogallery.msdn.microsoft.com/425f09d8-d070-4ab1-84c1-68fa326190f4" rel="nofollow">http://visualstudiogallery.msdn.microsoft.com/425f09d8-d070-4ab1-84c1-68fa326190f4</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
