Share via


How to: Enable Automatic Check-ins

You can configure Visual Studio to automatically check in your changes to source control when you close a solution. Automating the check-in process ensures that your latest work becomes periodically available to other team members, even if you forget to check it in manually.

To enable automatic checkins

  1. In Visual Studio, on the Tools menu, click Options.

  2. In the Options dialog box, click Source Control, then click Environment.

  3. Select the Check in everything when closing a solution or project check box.

  4. Click OK.

See Also

Reference

Plug-in Tabs for Source Control (Options Dialog Box)

Other Resources

Performing Source Control Tasks