Why GitHub for Windows is Better than VS TFS Integration
Did you already try GitHub for Windows?
It's created in a modern Win8 looking style. Initially it actually
feels a little bit odd, but the more I use it, the more I like it...I
even start to slowly abandon the so much loved Git Shell again. Is that
good? Anyway, yesterday I had just committed a piece of source in GitHub
for Windows and then a couple of seconds later in VS2010 using TFS. The
experience is much worse. Why?
Well, think about what interests you most when you are about to commit something to your VCS repo? The source, right? The exact changes you've made in every single source file. Do you see that in the TFS checkin dialog? Hmm...yea, you see it, but you have to make extra clicks:
That's odd. In GitHub, on the other side, you immediately see the files you've changed and directly beneath, also the exact changes within that file:
Nice!
Sure, but what if I have lots of files to commit. That'd probably get a bit messy!
Well, you shouldn't have lots of files to commit at the same time, remember?
Published at DZone with permission of Juri Strumpflohner, author and DZone MVB. (source)Well, think about what interests you most when you are about to commit something to your VCS repo? The source, right? The exact changes you've made in every single source file. Do you see that in the TFS checkin dialog? Hmm...yea, you see it, but you have to make extra clicks:
That's odd. In GitHub, on the other side, you immediately see the files you've changed and directly beneath, also the exact changes within that file:
Nice!
Sure, but what if I have lots of files to commit. That'd probably get a bit messy!
Well, you shouldn't have lots of files to commit at the same time, remember?
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)






Comments
Dennis Doomen replied on Fri, 2012/07/27 - 3:26pm
Well, if you do a comparison, why not compare the VS2012RC version of Team Explorer with GitHub for Windows. It's much much better than VS2010.