0

I did a migration from svn to git. I have seen a built in svn for Visual studio 2008.

Is there any built in git available for visual studio 2008 or let me know the best way to work.

Nanda
  • 115
  • 1
  • 11

1 Answers1

2

Take look at Git Extention, more explaination on this question.

Community
  • 1
  • 1
Amey Jadiye
  • 3,066
  • 3
  • 25
  • 38
  • Any Idea for `Tortoisegit` with VS 2008 – Nanda Sep 28 '15 at 09:19
  • certainly you can use external client like tortoisegit or even commandline cli client, but everything when you do `git pull` you have to refresh your VS 2008. – Amey Jadiye Sep 28 '15 at 10:11
  • **vs 2008 is not supported by Git Extension**. See [GitExtensions](https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions) – Banee Ishaque K Mar 27 '18 at 07:48