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 以降)

トピック