Live data from Hacker News

Visual Studio Tools for Git

blogs.msdn.com

1–10 of 17 posts

Re: Visual Studio Tools for Git

#3
This looks really good. At work we're using Git with GitHub Enterprise, and while training has solved most problems there's still the occasional complaint about the tools.

I hope this works well in the VS workflow, Microsoft are making some really great steps in the dev tools space.

Re: Visual Studio Tools for Git

#5
post #4

I wonder how this will work with SSH keys. I've been using Git Extensions ( http://code.google.com/p/gitextensions/ ) with VS 2010 for a while now and have been pretty happy with it, but it has taken a long time for the SSH key support to get to a usable place.

I keep my privates in the .ssh folder within my user directory. TortoiseGit and Git look there. The only thing odd I have to do is use putty to convert the key to the format used by Tortoise.

Re: Visual Studio Tools for Git

#7
I have to see yet good SCM (I use mainly P4 at work, with little git) integration in Visual Studio. I've tried two or three different Perforce ones, and over the time they stop working.

Checking out from the command line, or simple shortcut to do it.

Re: Visual Studio Tools for Git

#10
post #7

I have to see yet good SCM (I use mainly P4 at work, with little git) integration in Visual Studio. I've tried two or three different Perforce ones, and over the time they stop working. Checking out from the command line, or simple shortcut to do it.

There are no good source control integrations for Visual Studio. The whole system is just fundamentally broken. If you're not convinced - I mean you in general, dear reader, malkia clearly has this figured out ;) - all I have to say to you is, "LOL binding root".

Over the years, I've managed to convince several people to give up Visual Studio source control integration, and, without fail, it takes them two days, at most, to realise that this one small step has made their lives MEASURABLY BETTER. After weeks, maybe months of laughing at my Alt+Tabbing to Alien Brain to check files out, or fumbling with p4v, they find out that this is still better than dicking about with whatever crap Visual Studio is pulling on you today.

Post reply on HN