Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.87 KB

File metadata and controls

34 lines (28 loc) · 1.87 KB
title Manage Checkins | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology
ms.topic conceptual
helpviewer_keywords
checkins [SQL Server Management Studio]
checking in files
source controls [SQL Server Management Studio], checkins
ms.assetid 293e60f3-15e3-4258-b73a-8baabe15c760
author mashamsft
ms.author mathoma
manager craigg

Manage Checkins

To make changes to a source-controlled file available to other users, you must check in the file. When you check in a file, the version you have created is copied to the source control provider, becomes the latest version of the file, and is generally available to users who have the appropriate permissions.

Use [!INCLUDEmsCoName] [!INCLUDEssManStudioFull] to check in files. When you need to update the source control store periodically, but also need to maintain control over a set of files, you can specify that files you check in remain checked out to you.

The following table describes the topics in this section.

Topic Description
Check In Files Provides instructions on how to check in a file you have modified.
View a List of Modified Files Explains how to display a list of modified files that you can check in together when you are finished working.
Edit Checked-In Files Explains how to configure the [!INCLUDEssManStudioFull] environment so that you can modify files that are not checked out.

See Also

Manage Checkouts