<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; git</title>
	<atom:link href="http://venturebeat.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Sun, 19 May 2013 08:04:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; git</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Visual Studio + Git: Microsoft development tools now support open-source version-control system Git</title>
		<link>http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/</link>
		<comments>http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 17:29:31 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=613505</guid>
		<description><![CDATA[<p>Microsoft development tools such as Visual Studio and Team Foundation Server now support Git, the open-source version distributed version control system for software&#160;projects.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=613505&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/large_5994050578/" rel="attachment wp-att-613520"><img class="aligncenter size-full wp-image-613520" alt="large_5994050578" src="http://venturebeat.files.wordpress.com/2013/01/large_5994050578.jpg?w=780&#038;h=506" width="780" height="506" /></a>Microsoft development tools such as Visual Studio and Team Foundation Server now support <a href="http://git-scm.com" target="_blank">Git</a>, the open-source distributed version control system for software projects originally built by Linux creator Linus Torvalds.</p>
<p>&#8220;We&#8217;ve fully integrated Git support into Visual Studio,&#8221; a Microsoft representative told me. &#8220;From Visual Studio and within the Application Lifecycle Management tool, you&#8217;ll be able to access Git projects on any Git server.&#8221;</p>
<p>Microsoft announced the surprising news today at ALM Summit, the company&#8217;s application lifecycle management conference. Git is a wildly popular way to share projects, move code, collaborate with developers locally and globally, and roll back changes that don&#8217;t quite work out the way they were intended.</p>
<p>While millions of developers use Git &#8212; including two million on the popular <a href="https://github.com" target="_blank">GitHub</a> alone &#8212; it hasn&#8217;t been quite as friendly a developer tool on Windows as on other platforms, Microsoft said. Git is &#8220;virtually synonymous&#8221;with distributed source control, Microsoft fellow Brian Harry acknowledged in his keynote this morning announcing the move, and Microsoft, which traditionally has centralized source control, has not had a similar type of distributed version control system.</p>
<div id="attachment_613542" class="wp-caption alignright" style="width: 310px"><a href="http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/brian-harry/" rel="attachment wp-att-613542"><img class="size-medium wp-image-613542" alt="brian-harry" src="http://venturebeat.files.wordpress.com/2013/01/brian-harry.png?w=300&#038;h=179" width="300" height="179" /></a><p class="wp-caption-text">Brian Harry, Microsoft Fellow</p></div>
<p>So in a classic if-you-can&#8217;t-beat-em-join-em moment, the question that Microsoft asked itself was &#8220;Why don&#8217;t we just adopt Git?&#8221; Harry said.</p>
<p>The new integration is already enabled this morning in Team Foundation Server, Microsoft&#8217;s own source control software. And Visual Studio 2012 will soon be able to connect to any Git host, such as TFS, CodePlex, GitHub, and Stash, via a plugin.</p>
<p>One of the things that Microsoft has done over the past few months in preparation for this move is to contribute to the open source codebase. Today, a representative told me, Microsoft has &#8220;a number of full-time engineers actively working on and contributing to the lib2git project.&#8221;</p>
<p>Microsoft is not simply copying files over to its one source management services, Harry said, although syncing is available. Rather, the integration is native.</p>
<p>&#8220;Our hosting of Git is not Microsoft hosting of Git &#8230; it&#8217;s Git,&#8221; Harry added. &#8220;This is a fully functioning and compatible Git client.&#8221;</p>
<p>While this may be a surprising, even shocking development, it&#8217;s been in the making for quite some time, Harry <a href="http://blogs.msdn.com/b/bharry/archive/2013/01/30/git-init-vs.aspx" target="_blank">posted on his MSDN blog</a>:</p>
<blockquote><p>We started talking about having DVCS support for TFS a year or more ago.  I even mentioned at the end of this <a href="http://blogs.msdn.com/b/bharry/archive/2011/08/02/version-control-model-enhancements-in-tfs-11.aspx" target="_blank">post</a> over a year ago that DVCS was in our future.  After a few months of investigation (in the middle of working on TFS 2012), we concluded that adding Git support was the right approach.  As I write this, I’m wondering what the reaction among our customers will be but I can say the reaction inside my own team when we first proposed this was quite mixed.  There were certainly plenty of people who wanted to “build a better DVCS system” or integrate DVCS workflows into the existing implementation.  There were others who were concerned about open source and lack of “control” issues.  But, the more we looked at it, the more it looked like the right thing to do.</p></blockquote>
<p><em>photo credit: <a href="http://www.flickr.com/photos/shehan365/5994050578/" target="_blank">shehan365</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc-nd/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/cloud/'>Cloud</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=613505&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/large_5994050578.jpg?w=160" /><source url="http://venturebeat.com/2013/01/30/visual-studio-git-microsoft-development-tools-now-support-open-source-version-control-system-git/">Visual Studio + Git: Microsoft development tools now support open-source version-control system Git</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/large_5994050578.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/large_5994050578.jpg?w=160" medium="image">
			<media:title type="html">large_5994050578</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/large_5994050578.jpg" medium="image">
			<media:title type="html">large_5994050578</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/brian-harry.png?w=300" medium="image">
			<media:title type="html">brian-harry</media:title>
		</media:content>
	</item>
		<item>
		<title>SourceTree acquired by Atlassian, more Mac magic for Bitbucket makers</title>
		<link>http://venturebeat.com/2011/10/06/sourcetree-acquisition/</link>
		<comments>http://venturebeat.com/2011/10/06/sourcetree-acquisition/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 18:56:19 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=339182</guid>
		<description><![CDATA[<p>Atlassian, maker of cost-hosting service Bitbucket, has acquired SourceTree, a Mac client for Git and Mercurial distributed version control systems and Subversion source control.</p>
<p>For a limited time, Atlassian is making SourceTree free for all in an attempt to attract&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=339182&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-339209" title="sourcetree" src="http://venturebeat.files.wordpress.com/2011/10/sourcetree.jpg?w=320&#038;h=200" alt="" width="320" height="200" /><a href="http://www.atlassian.com" target="_blank" target="_blank">Atlassian</a>, maker of cost-hosting service <a href="https://bitbucket.org/" target="_blank" target="_blank">Bitbucket</a>, has acquired <a href="http://www.sourcetreeapp.com/" target="_blank" target="_blank">SourceTree</a>, a Mac client for Git and Mercurial distributed version control systems and Subversion source control.</p>
<p>For a limited time, Atlassian is making SourceTree free for all in an attempt to attract more users. The app can be downloaded <a href="http://itunes.apple.com/us/app/sourcetree-git-hg/id411678673?mt=12" target="_blank">from the Mac App Store</a> and via direct download from the SourceTree website.</p>
<p>Steve Streeting, the original SourceTree developer, is now working for Atlassian and will continue working on his app. In the future, SourceTree will get more resources from Atlassian to allow for more customer support and product integration.</p>
<p>“SourceTree has won over the hearts and minds of its customer base by building a brilliantly engineered app,” Atlassian chief executive and co-founder Mike Cannon-Brookes said in a release. “[It] provides serious relief to the headache of managing multiple repositories, letting you manage and interface with multiple Git and Hg repositories visually through a client instead of the command line.”</p>
<p>In the same release, Streeting stated, &#8220;Atlassian was the perfect place for SourceTree to set down new roots. I&#8217;m looking rolling up my sleeves and taking SourceTree to new heights.&#8221;</p>
<p>Atlassian also announced that Bitbucket now supports Git.</p>
<p>Over the past year, Atlassian said the number of Bitbucket accounts has tripled. In adding Git support, Atlassian hopes to bring even more users into the fold by offering customers the ability to use both Git and Mercurial repositories in a single code hosting service without limiting the number of repositories (both private and public) each user can create.</p>
<p>The company is offering unlimited private and Git repositories for teams of five developers free of charge.</p>
<p>Cannon-Brookes told VentureBeat that while he sees Bitbucket and its most popular competitor, Github, as having slightly different foci (Github skews toward open-source projects and public code repositories, while he says Bitbucket is more focused on private repositories for teams), he admits there&#8217;s a fair amount of overlap between the two.</p>
<p>&#8220;We believe Bitbucket offers more choice and greater flexibility for its users: support for both Mercurial and now Git, and unlimited private repositories,&#8221; he said. &#8220;Developers don&#8217;t get penalized by forking and sharing code privately. Bitbucket is priced based on the number of collaborators, not the amount of work those collaborates do.</p>
<p>&#8220;SourceTree similarly is about developer choice and flexibility. SourceTree supports Mercurial, Git, and Subversion. And you can connect SourceTree to a variety of code hosting services, including Bitbucket and Github.&#8221;</p>
<p><em><a href="http://venturebeat.com/category/devbeat/"><img class="alignleft size-thumbnail wp-image-317679" title="DevBeat" src="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150&#038;h=34" alt="DevBeat" width="150" height="34" /></a>Check out <a href="http://venturebeat.com/category/devbeat/">DevBeat</a>, VentureBeat&#8217;s brand new channel specifically for developers. The channel will break relevant news and provide insightful commentary aimed to assist developers. DevBeat is sponsored by the <a href="http://www.appup.com/applications/index" target="_blank">Intel AppUp developer program</a>.</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=339182&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2011/10/06/sourcetree-acquisition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2011/10/sourcetree.jpg?w=160" /><source url="http://venturebeat.com/2011/10/06/sourcetree-acquisition/">SourceTree acquired by Atlassian, more Mac magic for Bitbucket makers</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2011/10/sourcetree.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2011/10/sourcetree.jpg?w=160" medium="image">
			<media:title type="html">sourcetree</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/10/sourcetree.jpg" medium="image">
			<media:title type="html">sourcetree</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2011/08/devbeat_logo02.jpg?w=150" medium="image">
			<media:title type="html">DevBeat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
