주요 콘텐츠

MATLAB에서 Git 사용

MATLAB®에서 Git™ 소스 컨트롤을 사용하여 파일을 관리하고 다른 사용자와 협업

MATLAB에서 Git 소스 컨트롤을 사용하여 파일과 브랜치를 관리하고 다른 사용자와 협업할 수 있습니다.

함수

모두 확장

gitcloneClone Git repository (R2023b 이후)
gitrepoGit repository 객체 만들기 (R2023b 이후)
gitinitInitialize empty Git repository (R2023b 이후)
matlab.git.GitRepositoryGit 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 이후)
discardChangesDiscard changes in Git repository (R2024a 이후)
diffCommitsList modified files between two commits (R2025a 이후)
saveFileRevisionSave revision of file to disk (R2025a 이후)
addRemoteAdd new remote to Git repository (R2025a 이후)
removeRemoteRemove remote from Git repository (R2025a 이후)
createBranchCreate new Git branch (R2023b 이후)
switchBranchSwitch Git branch (R2023b 이후)
deleteBranchDelete local Git branch (R2023b 이후)
mergeMerge Git branch, revision, or tag into current branch (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 이후)
commitCommit changes to Git repository (R2023b 이후)
pushPublish local changes to remote Git repository (R2023b 이후)

브랜치 관리자View Git repository history and manage local and remote Git branches and repositories (R2025a 이후)

도움말 항목

추천 예제