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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -