git - Where are Github files/references in a project under Github source control? -
let me explain situation. had asp.net project
packages entityframework6.1.1 . . myproject app_data . . myproject.sln
under source control in github. copied project files onto machine. want put project on other machine under source control in tfs. problem somehow visual studio knows/thinks project under source control in github , doesn't let me add tfs (the option tfs there when right-click solution not there). yet, i've looked through source files , can't find references github. be? want rid of them.
after copy (the files) new location delete .git
directory. it's hidden make sure can see hidden files , folders in folder options
Comments
Post a Comment