- On the Home tab, click New > Project > From Git. The New Project from Source Control dialog box opens.
- Under Repository path, specify the repository URL.
- Under Sandbox, select the working folder where you want to put the retrieved files for your new project.
- Click Retrieve.
Source Control Preferences not appear in matlab 2021a
조회 수: 13 (최근 30일)
이전 댓글 표시
Hello,
I am trying to install the git for commiting/merging and compare. It is correctly installed because if I do
!git
I get the usage of that command
But I cannot do anything because the command Source control is not where it should be. I checked the preferences of matlab and the Source Control is enabled so I do not undertand why I cannot see the source control in the menu to do the usual git actions.
Thank you very much
댓글 수: 0
답변 (1개)
Nehemiae
2023년 3월 9일
Hello,
To start a new git project, perform the following steps:
Then in MATLAB a new Project tab will open, which has the Source Control section, through which you can perform the required git operations.
The documentations on setting up git source control (https://www.mathworks.com/help/releases/R2021a/matlab/matlab_prog/set-up-git-source-control.html#responsive_offcanvas) and using source control with projects (https://www.mathworks.com/help/releases/R2021a/matlab/matlab_prog/use-source-control-with-projects.html) are helpful in this regard.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Git in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!