Working with Git in Visual Studio 2010 Beta 2

GitExtensions does not yet support 2010 . What am I in the meantime?

I want something that handles moving / renaming files from an IDE, similar to Ankh for SVN.

+3
source share
3 answers

Use the Git Management Source Provider , an extension that connects to Visual Studio.

It is 100% compatible with Visual Studio 2010 and supports moving / renaming files both from the IDE and from Windows Explorer (it automatically detects any movements / renaming).

Instructions for the transition:

  • Git .
  • Visual Studio "..Options..Source Control..Plug In Selection" "Git Provider Control Provider".
  • GIT.
  • "Git.. ".
    • / Visual Studio, , "Git ".
    • / Windows, , "Git ".

, Git "", .

+3

, GitExtension .

0

If you need to use gui TortoiseGit

If you can use the Msysgit command line , this is the most mature standalone git client for Windows.

Cygwin also provides stable git command line support for windows.

0
source

Source: https://habr.com/ru/post/1726774/


All Articles