Git For MATLAB: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Initial draft of Git for MATLAB page)
No edit summary
Line 5: Line 5:
To start out with, MATLAB's Git requires an empty folder. Currently this is just an empty folder with no source control (a regular MATLAB folder).
To start out with, MATLAB's Git requires an empty folder. Currently this is just an empty folder with no source control (a regular MATLAB folder).


[[File:MatlabOpenToEmptyFolder.png|500px|left|alt text]]  
[[File:MatlabOpenToEmptyFolder.png|450px|center|start out with a clean folder]]  


If you have no empty folder, create one, as MATLAB's Git will give an error if there are any files in the folder.
If you have no empty folder, create one, as MATLAB's Git will give an error if there are any files in the folder.


==Clone a Git Repository using MATLAB==
==Clone a Git Repository using MATLAB==
Right click in the file browser. Navigate to Source Control->Manage Files
Right click in the file browser to bring up the context menu. Navigate to and select Source Control->Manage Files
[[File:MatlabSourceControlManageFiles.png|500px|left|alt text]]
 
[[File:MatlabSourceControlManageFiles.png|450px|center|initializing source control]]
 
The "Manage Files using Source Control" interface will pop up. Select ""Git"" for your ""Source Control Integration"" option.
Under ""Repository Path"" you place the URL of the repository you are going to clone into your empty directory. ""Sandbox"" should be filled in with the current directory. Ideally this is the directory in which you wish to place the cloned repository.
 
[[File: MatlabCloneRepositoryContextMenu.png|450px|center|initializing source control]]
 
In this screenshot a sample GitLab Repository URL is pasted into the ""Repository Path"" text box. If you click "Change" on the same line, an additional window will appear where you can also validate the link prior to attempting to clone the repository.
 
Once this dialog has been filled in appropriately, clicking the "Retrieve" button will initialize the repository and checkout the current revision into the selected folder

Revision as of 20:52, 11 July 2018

MATLAB on Cheaha has been configured to work with Git.

Option 1: Cloning a Git Repository into MATLAB

Create a clean folder to use with Git

To start out with, MATLAB's Git requires an empty folder. Currently this is just an empty folder with no source control (a regular MATLAB folder).

start out with a clean folder

If you have no empty folder, create one, as MATLAB's Git will give an error if there are any files in the folder.

Clone a Git Repository using MATLAB

Right click in the file browser to bring up the context menu. Navigate to and select Source Control->Manage Files

initializing source control

The "Manage Files using Source Control" interface will pop up. Select ""Git"" for your ""Source Control Integration"" option. Under ""Repository Path"" you place the URL of the repository you are going to clone into your empty directory. ""Sandbox"" should be filled in with the current directory. Ideally this is the directory in which you wish to place the cloned repository.

initializing source control

In this screenshot a sample GitLab Repository URL is pasted into the ""Repository Path"" text box. If you click "Change" on the same line, an additional window will appear where you can also validate the link prior to attempting to clone the repository.

Once this dialog has been filled in appropriately, clicking the "Retrieve" button will initialize the repository and checkout the current revision into the selected folder