Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

소스 컨트롤 연동

MATLAB®에서 소스 컨트롤 사용

MATLAB을 사용하여 소스 컨트롤 상태에 있는 파일에 대해 작업을 할 수 있습니다. 현재 폴더 브라우저에서 바로 코드 업데이트 및 커밋, 변경 사항 병합, 수정 이력 보기와 같은 작업을 수행할 수 있습니다.

프로젝트에 소스 컨트롤을 사용할 수도 있습니다. 자세한 내용은 프로젝트에 소스 컨트롤 사용하기 항목과 원격 Git 리포지토리를 새 프로젝트에 복제하기 항목을 참조하십시오.

함수

모두 확장

gitcloneClone Git repository (R2023b 이후)
gitrepoCreate Git repository object (R2023b 이후)
gitinitInitialize empty Git repository (R2023b 이후)
gitrepoCreate Git repository object (R2023b 이후)
addMark new file for addition to Git repository (R2023b 이후)
rmMark file for deletion from Git repository (R2023b 이후)
status Display status of files in working folder and staging area in Git repository (R2023b 이후)
logDisplay record of commits in Git repository (R2023b 이후)
gitrepoCreate Git repository object (R2023b 이후)
createBranchCreate new Git branch (R2023b 이후)
switchBranchSwitch Git branch (R2023b 이후)
deleteBranchDelete local Git branch (R2023b 이후)
mergeMerge Git branch, revision, or tag into current branch (R2023b 이후)
gitrepoCreate Git repository object (R2023b 이후)
fetchDownload new data from remote Git repository (R2023b 이후)
mergeMerge Git branch, revision, or tag into current branch (R2023b 이후)
pullDownload and merge new data from remote Git repository into local repository (R2023b 이후)
gitrepoCreate Git repository object (R2023b 이후)
commitCommit changes to Git repository (R2023b 이후)
pushPublish local changes to remote Git repository (R2023b 이후)

객체

모두 확장

matlab.git.GitRepositoryGit repository object (R2023b 이후)

도움말 항목