Hacker News new | ask | show | jobs
by Asla 4342 days ago
Is git integrated into visual studio or something?
1 comments

It has been for a while now.
And before it was built-in there were plugins - should really mention 'git diff margin' here. Most editors have this kind of functionality to show little git diff stats directly in the editor, but this one is really top notch as it can actually show the diff and let you revert to or copy the original lines. Can't live without it anymore.
IntelliJ (by JetBrains, the company behind Resharper) has similar functionality, for all the VCSs it supports. Very nice feature!