Remove git mapping in Visual Studio 2015 -


this question has nothing git itself; rather, has removing binding/mapping git repository visual studio 2015 (vs2015) has seen.

here's screen shot of problem: remove button grayed out

notice remove button grayed out (disabled). how can remove entry "local git repositories" list?

the solution simpler that. need remove 3 files project unc path.

navigate solution's unc path.

example: c:\users\your user name\documents\visual studio 2015\projects\your project folder

then permanently delete ("shift + del") .git* files , folder. there 2 files , 1 folder, may hidden ensure have folders , search options > view > show hidden files, folder, , drives (radio button) selected.

the files permanently delete are:

.gitignore (file)

.gitattributes (file)

.git (folder)

reopen visual studio , there no more relationship git source control. if wanted take far removing registry mentioned above, could, shouldn't necessary aside "house keeping" of machine.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -