MATLAB での Git
ファイルの管理や他のユーザーとの共同作業のために、MATLAB® で Git™ ソース管理を使用する
ファイルおよびブランチの管理や他のユーザーとの共同作業のために、MATLAB で Git ソース管理を使用します。
関数
ツール
ブランチ マネージャー | View Git repository history and manage local and remote Git branches and repositories (R2025a 以降) |
トピック
- MATLAB におけるソース管理の統合
Git および Subversion® (SVN) との MATLAB の組み込みの統合を使用するか、SDK を使用して独自のソース管理統合を作成する。 (R2025a 以降)
- Git ソース管理の設定
Git ソース管理を MATLAB で使用するために設定する (ファイルの破損を避けるためのバイナリ ファイルの登録や、ログイン プロンプトが頻繁に表示されないようにするための SSH 認証の設定など)。 (R2025a 以降)
- Track Work Locally with Git in MATLAB
Use Git source control in MATLAB to track your files locally.
- Collaborate Using Git in MATLAB
Use Git source control in MATLAB to manage your files and collaborate with others.
- ステップ 1: Clone Git Repository in MATLAB
- ステップ 2: Create, Manage, and Merge Git Branches
- ステップ 3: Resolve Git Conflicts
- ステップ 4: Push to Git Remote
- Annotate Lines in MATLAB Editor Using Git History
Annotate files to view line-by-line Git revision history. (R2025a 以降)
- Work with Git Submodules in MATLAB
Manage and use external code repositories into your main Git repository to streamline code organization and collaboration. (R2025a 以降)
- ソース管理設定の構成
ソース管理システムを無効にし、既定のソース管理フォルダーを指定して、Git 設定を構成する。 (R2025a 以降)
- 比較とマージに MATLAB を使用するための外部ソース管理のカスタマイズ
MATLAB 比較ツールを使用して外部のソース管理ツールからの比較とマージを行います。