Git For MATLAB
From UABgrid Documentation
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).
convert: unable to open file `/research/apps/rnb/docs/htdocs/tgw/images/c/c9/MatlabOpenToEmptyFolder.png' @ error/png.c/ReadPNGImage/3639.
convert: missing an image filename `/tmp/transform_597a5b7-1.png' @ error/convert.c/ConvertImageCommand/3015.
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
convert: unable to open file `/research/apps/rnb/docs/htdocs/tgw/images/0/01/MatlabSourceControlManageFiles.png' @ error/png.c/ReadPNGImage/3639.
convert: missing an image filename `/tmp/transform_46c6cf6-1.png' @ error/convert.c/ConvertImageCommand/3015.
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.
convert: unable to open file `/research/apps/rnb/docs/htdocs/tgw/images/2/22/MatlabCloneRepositoryContextMenu.png' @ error/png.c/ReadPNGImage/3639.
convert: missing an image filename `/tmp/transform_15d251c-1.png' @ error/convert.c/ConvertImageCommand/3015.
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