Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Add to Source Control" option when making a new C# project in VS 2010

When I go to make a new C# Windows application in VS 2010, there is an option at the bottom right area with a check box saying add to source.

I want to know what happens, if I check it and create the new C# file.

like image 956
Haxed Avatar asked Jun 11 '10 14:06

Haxed


People also ask

How do I add to source control?

On the Source Control Explorer tab, in the Folders pane, select the folder that contains the item or items you want to add. Click the Add Items to Folder button. In the Add to Source Control dialog box, select the folder or items you want to add, and then click Next.

What does add to source control mean in Visual Studio?

"Add to Source Control" is shown when a solution or project or folder has not been opened - Visual Studio Feedback. Skip to main content.

How can I add source control in Visual Studio 2019?

Select Source Control Plugins If you don't see the checkbox for adding to source control – Git or Visual Studio Team Services, you can enable this from Options settings. From the main menu, Tools -> Options and then navigate to. Under the Plug-in Selection, you will find it is already set to “None.


1 Answers

I believe it actually says, "Add to Source Control." That will register the project with whichever source control plugin you have enabled in VS.

like image 152
Corith Malin Avatar answered Nov 13 '22 16:11

Corith Malin