SQL Source Control 5

Set up a source control system

SOC isn't a source control system. You need to have your own source control system to use it.

If you don't have one already, here are some ways to set up a repository with the following source control systems:

Git

The easiest way to set up a Git repository is using GitHub, a Git repository hosting service. See the GitHub guide to getting started.

For instructions on setting up your own Git server, see Install your own Git server (Linux Magazine).

SVN

For information about setting up an SVN server, see:

TFS

See Set up TFS on a server (Microsoft documentation).

Vault

See Getting started with Vault (Vault documentation).


Didn't find what you were looking for?