Main Content
Source Control Integration in MATLAB
You can use MATLAB® to work with files under source control. You can perform operations such as update, commit, merge changes, and view revision history directly from the Current Folder browser.
MATLAB provides built-in integrations with Git™ and Subversion® (SVN).
To get started using Git source control in MATLAB see Use Git in MATLAB.
To get started using SVN source control, see Work with Files Under SVN in MATLAB.
To integrate other source control tools such as Perforce with MATLAB, you can write a source integration using the Software Development Kit (SDK) available on File Exchange. For more information, see Write a Source Control Integration with the SDK.