[{"data":1,"prerenderedAt":1051},["ShallowReactive",2],{"/ja-jp/topics/version-control":3,"navigation-ja-jp":255,"banner-ja-jp":667,"footer-ja-jp":680,"next-steps-ja-jp":890,"footer-source-/ja-jp/topics/version-control/":905},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":249,"_type":250,"title":7,"_source":251,"_file":252,"_stem":253,"_extension":254},"/ja-jp/topics/version-control","topics",false,"",{"title":9,"description":10},"バージョン管理とは？","バージョン管理ソフトウェアは、リビジョンを追跡したり、コード内のインテグレーションの競合を解決したり、ソフトウェアプロジェクトに関連するさまざまなアーティファクトを管理したりするために使用されます。",[12,22,31,102,213,247],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21},"Version control",{"type":23,"componentName":23,"componentContent":24},"CommonArticleHero",{"title":9,"text":25,"config":26,"button":27},"バージョン管理（別名ソース管理またはリビジョン管理）は、コードやその他のファイルに加えられた変更を追跡および管理するための重要なソフトウェア開発プラクティスです。これは、ソースコードの管理に密接に関連しています。",{"id":9,"twoColumns":6},{"text":28,"config":29},"開発を効率化する方法について学ぶ",{"href":30},"https://learn.gitlab.com/scm?utm_content=topicpage&utm_campaign=vccusecase",{"type":32,"componentName":32,"componentContent":33},"CommonSideNavigationWithTree",{"anchors":34,"components":65},{"text":35,"data":36},"このトピックの詳細",[37,41,45,49,53,57,61],{"text":38,"config":39},"バージョン管理の基本",{"href":40},"#the-basics-of-version-control",{"text":42,"config":43},"バージョン管理を使用すべき理由とは？",{"href":44},"#why-use-version-control",{"text":46,"config":47},"バージョン管理システムとは？",{"href":48},"#what-is-a-version-control-system",{"text":50,"config":51},"バージョン管理システムの種類",{"href":52},"#types-of-version-control-systems",{"text":54,"config":55},"バージョン管理のメリット",{"href":56},"#benefits-of-version-control",{"text":58,"config":59},"主なバージョンコントロールシステムとは？",{"href":60},"#what-are-the-main-version-control-systems",{"text":62,"config":63},"バージョン管理がコラボレーションを合理化する方法",{"href":64},"#how-does-version-control-streamline-collaboration",[66,72,77,82,87,92,97],{"type":67,"componentName":67,"componentContent":68},"TopicsCopy",{"header":38,"text":69,"config":70},"バージョン管理を使用すると、コードベースに加えられたすべての変更が追跡されます。これによりソフトウェア開発者はいつでも誰が何を変更したかの全履歴を確認し、必要に応じて現在のバージョンから以前のバージョンにロールバックすることができるだけでなく、信頼できる唯一の情報源ともなります。\n\nバージョン管理（別名ソース管理またはリビジョン管理）は、回復不能な害からソースコードを保護するためのセーフティネットとして機能し、開発チームに損害を引き起こしたり、コードの競合を引き起こしたりすることなく、自由な実験をすることができます。\n\n開発者が同時にコードを書いて互換性のない変更が作成された場合、バージョン管理は問題領域を識別するので、チームメンバーはすぐに以前のバージョンへ戻したり、変更を比較したり、リビジョン履歴を通じて誰が問題コードをコミットしたかを特定したりできます。バージョン管理システム（VCS）を使用すると、ソフトウェアチームはプロジェクトを進める前に問題を解決することができます。 ソフトウェアチームはコードレビューを通じて以前のバージョンを分析し、時間の経過とともにコードに加えられた変更を把握できます。\n\nチームの特定のニーズと開発プロセスに応じ、VCSはローカル、集中型、または分散型に設定することができます。ローカルVCSはローカルシステム内のソースファイルを格納し、一元化されたVCSは単一のサーバーに変更を格納し、分散されたVCSはGitのリポジトリのクローンを作成する必要があります。\n\n[バージョン管理のベストプラクティスでチームのコラボレーションを強化する5つの方法を学ぶ→](/resources/ebook-version-control-best-practices/){data-ga-name=\"VC best practices\"}{data-ga-location=\"body\"}\n\n > **バージョン管理**を使用すると、チームは協力しながら開発を効率化して競合を解決し、コードのための一元化された場所を作成できます。\n",{"id":71},"the-basics-of-version-control",{"type":67,"componentName":67,"componentContent":73},{"header":42,"text":74,"config":75},"組織がDevOpsによってソフトウェアソリューションのデリバリーを加速させるにつれて、コードから構成、設計からデプロイに至るまで、アプリケーションの成果物のさまざまなバージョンを制御・管理することがますます複雑になっています。\n\nバージョン管理ソフトウェアは、ソフトウェア開発チーム全体の調整、共有、コラボレーションを促進するものです。これにより、チームは分散環境と非同期環境で作業しながら、コードとアーティファクトの変更とバージョンを管理し、マージの競合と関連する異常を解決することができます。\n\n　[Git Partial Cloneで必要な大きいサイズのファイルのみをフェッチする方法について読む →](/blog/partial-clone-for-massive-repositories/){data-ga-name=\"Partial clone\"}{data-ga-location=\"body\"}\n\n![version-control](https://res.cloudinary.com/about-gitlab-com/image/upload/v1752175884/Blog/w6twlxn4p3m6h5ywjvxb.svg)",{"id":76},"why-use-version-control",{"type":67,"componentName":67,"componentContent":78},{"header":46,"text":79,"config":80},"バージョン管理システム（VCS）はファイルまたはファイルのセットに対するすべての変更を追跡します。そのため、開発者は以前のバージョンに戻ってスムーズなコラボレーションを行うことができます。 集中型バージョン管理システム（CVC）は、すべてのファイルバージョンを単一のサーバーに格納してこのプロセスを効率化します。 開発者はファイルを借りて微調整し、更新した上で返します。ファイルはすべてサーバーによって整理して保存され、カタログ化されます。何よりもシンプルさが魅力で、変更管理もわかりやすいのが特徴です。\n\n一方で、チームが成長してプロジェクトがより複雑になるにつれ、Gitなどの分散型バージョン管理システム（DVCS）が注目を集めています。DVCSはファイルを一元管理するだけでなく、民主化します。すべての開発者がプロジェクト履歴全体をローカルに保持できるので、オフライン作業がやりやすくなり、ブランチとマージ戦略が促進されます。この柔軟性は、特に複数のプロジェクトを並行して完成させたいダイナミックなチームにとって重要です。\n\n集中型か分散型かどうかに関わらず、バージョン管理は効率的で一貫したソフトウェア開発の基礎となります。進歩を促進し、過去を明確にし、前進する道筋をなめらかにし、すべてのチームメンバーが優れたソフトウェアを作成するために最善を尽くせるようにします。\n",{"id":81},"what-is-a-version-control-system",{"type":67,"componentName":67,"componentContent":83},{"header":50,"text":84,"config":85},"最も一般的な2つのタイプのバージョン管理システム、またはリビジョンコントロールシステムは、集中型および分散型です。集中型バージョン管理システムはすべてのファイルを中央リポジトリに格納し、分散型バージョン管理システムは複数のリポジトリにファイルを格納します。他の一般的でない種類には、ロックベースと楽観的もあります。\n\n### 分散型\n\n分散型バージョン管理システム（DVCS）を使用すると、複数の場所からリポジトリにアクセスできます。DVCSは通常、複数のコンピュータからプロジェクトに参加する必要がある開発者、または他の開発者とリモートでコラボレーションする必要がある開発者が使用します。\n\n### 集中型\n\n[集中型バージョン管理システム](/topics/version-control/what-is-centralized-version-control-system/)（CVCS）は、すべてのユーザーが同じ中央リポジトリで作業するVCSの一種です。この中央リポジトリは、サーバー上または開発者のローカルマシン上に配置できます。通常、集中型バージョン管理システムは、開発者チームがコードを共有して変更を追跡する必要があるソフトウェア開発プロジェクトで使用されます。\n\n### ロックベース\n\n悲観的ロックバージョン管理システムは、ファイルのロックを使用してファイルとリソースへの同時アクセスを管理します。ファイルがロックされるため、2人以上のユーザーが同じファイルまたはリソースに対して競合する変更を行うことができなくなります。\n\n### 楽観的\n\n楽観的ロックバージョン管理システムでは、すべてのユーザーに独自のプライベートワークスペースがあります。変更内容をチームの他のメンバーと共有する場合、サーバーにリクエストを送信します。次にサーバーがすべての変更を確認し、どの変更を安全にマージできるかを決定します。",{"id":86},"types-of-version-control-systems",{"type":67,"componentName":67,"componentContent":88},{"header":54,"text":89,"config":90},"バージョン管理システム（VCS）は、ソフトウェア開発における重要な要素であり、コードと関連ファイルの変更をより適切に管理、追跡、実装できるようにします。リビジョン管理に構造化されたアプローチをもたらすVCSは、動的なコラボレーション環境を支援し、開発プロジェクト全体を安定させます。バージョン管理を採用する利点は、コード品質の向上から開発期間の短縮、プロジェクトの可視性の向上まで多岐にわたります。こうしたことから、バージョン管理は、ソフトウエアデリバリーにおいて高い効率と品質を目指すチームにとって、欠かすことのできないツールとなっています。\n\n### 品質\n\nバージョン管理によって、継続的なピアレビューとコラボレーションの文化が促進され、コード品質が大幅に向上します。すべての変更点を詳細に追跡することで、チームは簡単にレビュー、コメント、改良を行うことができ、ベストプラクティスと標準の遵守を確実にします。このような共同作業による精査により、出力の品質が向上するだけでなく、バグの早期発見と解決にもつながります。\n\n### 高速化\n\nバージョンコントロールシステムは開発プロセスを合理化し、より迅速なイテレーションと機能の提供を可能にします。効率的なブランチ機能とマージ機能により、開発者は干渉なくプロジェクトのさまざまな側面に同時に取り組むことができ、開発からデプロイまでの時間を大幅に短縮できます。さらに、以前のバージョンにすばやく戻すことができるため、問題に対処する際にダウンタイムを最小限に抑え、プロジェクトの勢いを維持できます。\n\n### 可視性\n\nバージョンコントロールシステムの中央レポジトリは信頼できる唯一の情報源として機能し、プロジェクトの透明性と説明責任を強化します。このようにプロジェクトの進化を一元的に把握することで、チームメンバー全員が最新の更新や過去の変更にアクセスできるため、計画、追跡、コラボレーションをより円滑に進めることができます。プロジェクト管理ツールとの統合により、プロジェクトのモニタリングがさらに強化され、コードの変更をタスクやマイルストーンに直接リンクできます。",{"id":91},"benefits-of-version-control",{"type":67,"componentName":67,"componentContent":93},{"header":58,"text":94,"config":95},"最も一般的なバージョン管理ツール（リビジョン管理システムとも呼ばれている）は、Git、Subversion、Mercurialの3つです。\n\n### Git\nGitは最も一般的なオプションであり、「ソースコード管理」と同義語になっています。Gitはオープンソースの分散型システムで、規模の大小を問わずソフトウェアプロジェクトに使われており、スタートアップや大企業、その中間のあらゆる分野でよく使われる選択肢となっています。\n\n### Subversion（SVN）\nSVNは、広く採用されている集中型のVCSです。このシステムは、プロジェクトのすべてのファイルを単一のコードライン上に保持し、ブランチを不可能にしているため、大規模なプロジェクトでも簡単に拡張できます。習得が簡単で、フォルダのセキュリティ対策が施されているため、サブフォルダへのアクセスを制限できます。\n\n### Mercurial\nMercurialは、シンプルなブランチ機能とマージ機能を提供する分散型VCSです。直感的なインターフェースで、迅速なスケーリングと共同開発が可能です。柔軟なコマンドラインインターフェースにより、すぐにシステムを使い始めることができます。",{"id":96},"what-are-the-main-version-control-systems",{"type":67,"componentName":67,"componentContent":98},{"header":62,"text":99,"config":100},"バージョン管理は、ソフトウェアプロジェクトにおけるすべての変更を調整し、ソースファイル、デザイン、プロジェクトに必要なすべてのデジタルアセット、および関連するメタデータの変更を効果的に追跡します。バージョン管理なしでは、プロジェクトはさまざまなバージョンのプロジェクトファイルが入り乱れた状態になり、ソフトウェア開発チームが価値を提供する妨げになります。\n\n強力なVCSを使用することで、ソフトウェアチームは、重要なプロジェクトファイルを迅速に収集し、コード品質を向上させるために実用的なコミュニケーションを促進できます。また、信頼できる唯一の情報源を提供するため、DevOpsチーム全体のステークホルダーが、プロダクトマネージャーやデザイナーから開発者や運用担当者に至るまで、革新的なソリューションを構築するために協力できます。\n\n[大規模チームがソースコード管理を使用してイノベーションとコラボレーションを実現するための15のベストプラクティス →](https://page.gitlab.com/resources-ebook-scm-for-enterprise.html){data-ga-name=\"SCM for enterprise\"}{data-ga-location=\"body\"}",{"id":101},"how-does-version-control-streamline-collaboration",{"type":103,"componentName":103,"componentContent":104},"CommonResourcesContainer",{"header":105,"tabs":106},"バージョン管理の次のステップ",[107,137,158,178],{"name":108,"items":109,"config":136},"ウェブキャスト",[110,120,128],{"header":111,"type":108,"image":112,"link":115},"GitLabで迅速なリリースを実現する、境界のないコラボレーション術を学びましょう",{"altText":111,"config":113},{"src":114},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159520/Website/Topics/resources_6.jpg",{"text":116,"config":117},"詳細はこちら",{"href":118,"icon":119,"modal":6},"/webcast/collaboration-without-boundaries/","Webcast",{"header":121,"type":108,"image":122,"link":125},"GitLab SCMとコードレビューによるSpark Velocityの使い方を見る",{"altText":121,"config":123},{"src":124},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157556/Website/Topics/resources_1.jpg",{"text":116,"config":126},{"href":127,"icon":119,"modal":6},"https://page.gitlab.com/resources-demo-scm.html",{"header":129,"type":108,"image":130,"link":133},"コードレビューとソースコード管理によるコラボレーションの合理化",{"altText":129,"config":131},{"src":132},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158268/Website/Topics/resources_2.jpg",{"text":116,"config":134},{"href":135,"icon":119,"modal":6}," https://page.gitlab.com/resources-demo-scm.html",{"key":108},{"name":138,"items":139,"config":157},"記事",[140,149],{"header":141,"type":138,"image":142,"link":145},"バージョン管理とコラボレーションがどのように強力なDevOps基盤を構築するかを読む",{"altText":141,"config":143},{"src":144},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159287/Website/Topics/resources_7.jpg",{"text":116,"config":146},{"href":147,"icon":148,"modal":6},"/ja-jp/solutions/source-code-management/","Article",{"header":150,"type":138,"image":151,"link":154},"Gitへの移行方法を確認する",{"altText":150,"config":152},{"src":153},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158613/Website/Topics/resources_9.jpg",{"text":116,"config":155},{"href":156,"icon":148,"modal":6},"/resources/whitepaper-moving-to-git/",{"key":138},{"name":159,"items":160,"config":177},"書籍",[161,169],{"header":162,"type":159,"image":163,"link":165},"ソフトウェア開発をシンプルにするGitブランチ戦略のご紹介",{"altText":162,"config":164},{"src":153},{"text":116,"config":166},{"href":167,"icon":168,"modal":6},"/resources/ebook-git-branching-strategies/","Ebook",{"header":170,"type":159,"image":171,"link":174},"バージョン管理のベストプラクティスeBookでデリバリーを加速",{"altText":170,"config":172},{"src":173},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158619/Website/Topics/resources_18.jpg",{"text":116,"config":175},{"href":176,"icon":168,"modal":6},"/resources/ebook-version-control-best-practices/",{"key":159},{"name":179,"items":180,"config":212},"ケーススタディ",[181,190,198,205],{"header":182,"type":179,"image":183,"link":186},"クック郡による透明性とバージョン管理を用いた経済データの評価方法を学ぶ",{"altText":182,"config":184},{"src":185},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158657/Website/Topics/resources_8.jpg",{"text":116,"config":187},{"href":188,"icon":189,"modal":6},"/customers/cook-county/","CaseStudy",{"header":191,"type":179,"image":192,"link":195},"Worldline社がGitLabを使用してコードレビューを改善した事例を見る",{"altText":191,"config":193},{"src":194},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158599/Website/Topics/resources_3.jpg",{"text":116,"config":196},{"href":197,"icon":189,"modal":6},"/customers/worldline/",{"header":199,"type":179,"image":200,"link":202},"Remote社がGitLabを使って納期を100%厳守している方法について確認する",{"altText":199,"config":201},{"src":124},{"text":116,"config":203},{"href":204,"icon":189,"modal":6},"/ja-jp/customers/remote/",{"header":206,"type":179,"image":207,"link":209},"ダブリンシティ大学がGitLab SCMとCIを使い、トップクラスの成果を上げている方法について読む",{"altText":206,"config":208},{"src":153},{"text":116,"config":210},{"href":211,"icon":189,"modal":6},"/customers/dublin-city-university/",{"key":179},{"type":103,"componentName":103,"componentContent":214},{"header":215,"tabs":216},"おすすめのコンテンツ",[217],{"name":218,"items":219,"config":246},"resources",[220,230,238],{"header":221,"type":222,"image":223,"link":226},"ワークフローを改善するGitの使い方15選","ブログ",{"altText":221,"config":224},{"src":225},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159549/Website/Topics/git-15th-anniversary-cover.png",{"text":116,"config":227},{"href":228,"icon":229,"modal":6},"/blog/15-git-tips-improve-workflow/","Blog",{"header":231,"type":222,"image":232,"link":235},"集中型バージョン管理から分散型バージョン管理に移行すべき理由",{"altText":231,"config":233},{"src":234},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159558/Website/Topics/distributedvcs.jpg",{"text":116,"config":236},{"href":237,"icon":229,"modal":6},"/blog/move-to-distributed-vcs/",{"header":239,"type":222,"image":240,"link":243},"Gitフローの問題点",{"altText":239,"config":241},{"src":242},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158457/Website/Topics/whatisgitlabflow.jpg",{"text":116,"config":244},{"href":245,"icon":229,"modal":6},"/blog/what-is-gitlab-flow/",{"key":218},{"type":248,"componentName":248},"CommonNextSteps","content:ja-jp:topics:version-control:index.yml","yaml","content","ja-jp/topics/version-control/index.yml","ja-jp/topics/version-control/index","yml",{"_path":256,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"data":258,"_id":663,"_type":250,"title":664,"_source":251,"_file":665,"_stem":666,"_extension":254},"/shared/ja-jp/main-navigation","ja-jp",{"logo":259,"freeTrial":264,"sales":269,"login":274,"items":279,"search":607,"minimal":641,"duo":654},{"config":260},{"href":261,"dataGaName":262,"dataGaLocation":263},"/ja-jp/","gitlab logo","header",{"text":265,"config":266},"無料トライアルを開始",{"href":267,"dataGaName":268,"dataGaLocation":263},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":270,"config":271},"お問い合わせ",{"href":272,"dataGaName":273,"dataGaLocation":263},"/ja-jp/sales/","sales",{"text":275,"config":276},"サインイン",{"href":277,"dataGaName":278,"dataGaLocation":263},"https://gitlab.com/users/sign_in/","sign in",[280,323,420,425,529,589],{"text":281,"config":282,"cards":284,"footer":306},"プラットフォーム",{"dataNavLevelOne":283},"platform",[285,291,299],{"title":281,"description":286,"link":287},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":288,"config":289},"プラットフォームを詳しく見る",{"href":290,"dataGaName":283,"dataGaLocation":263},"/ja-jp/platform/",{"title":292,"description":293,"link":294},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":295,"config":296},"GitLab Duoのご紹介",{"href":297,"dataGaName":298,"dataGaLocation":263},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":300,"description":301,"link":302},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":116,"config":303},{"href":304,"dataGaName":305,"dataGaLocation":263},"/ja-jp/why-gitlab/","why gitlab",{"title":307,"items":308},"利用を開始：",[309,314,319],{"text":310,"config":311},"プラットフォームエンジニアリング",{"href":312,"dataGaName":313,"dataGaLocation":263},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":315,"config":316},"開発者の経験",{"href":317,"dataGaName":318,"dataGaLocation":263},"/ja-jp/developer-experience/","Developer experience",{"text":320,"config":321},"MLOps",{"href":322,"dataGaName":320,"dataGaLocation":263},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":324,"left":325,"config":326,"link":328,"lists":332,"footer":402},"製品",true,{"dataNavLevelOne":327},"solutions",{"text":329,"config":330},"すべてのソリューションを表示",{"href":331,"dataGaName":327,"dataGaLocation":263},"/ja-jp/solutions/",[333,358,380],{"title":334,"description":335,"link":336,"items":341},"自動化","CI/CDと自動化でデプロイを加速",{"config":337},{"icon":338,"href":339,"dataGaName":340,"dataGaLocation":263},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[342,346,350,354],{"text":343,"config":344},"CI/CD",{"href":345,"dataGaLocation":263,"dataGaName":343},"/ja-jp/solutions/continuous-integration/",{"text":347,"config":348},"AIアシストによる開発",{"href":297,"dataGaLocation":263,"dataGaName":349},"AI assisted development",{"text":351,"config":352},"ソースコード管理",{"href":147,"dataGaLocation":263,"dataGaName":353},"Source Code Management",{"text":355,"config":356},"自動化されたソフトウェアデリバリー",{"href":339,"dataGaLocation":263,"dataGaName":357},"Automated software delivery",{"title":359,"description":360,"link":361,"items":366},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":362},{"href":363,"dataGaName":364,"dataGaLocation":263,"icon":365},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[367,371,376],{"text":368,"config":369},"Application Security Testing",{"href":363,"dataGaName":370,"dataGaLocation":263},"Application security testing",{"text":372,"config":373},"ソフトウェアサプライチェーンの安全性",{"href":374,"dataGaLocation":263,"dataGaName":375},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":377,"config":378},"Software Compliance",{"href":379,"dataGaName":377,"dataGaLocation":263},"/ja-jp/solutions/software-compliance/",{"title":381,"link":382,"items":387},"測定",{"config":383},{"icon":384,"href":385,"dataGaName":386,"dataGaLocation":263},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[388,392,397],{"text":389,"config":390},"可視性と測定",{"href":385,"dataGaLocation":263,"dataGaName":391},"Visibility and Measurement",{"text":393,"config":394},"バリューストリーム管理",{"href":395,"dataGaLocation":263,"dataGaName":396},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":398,"config":399},"分析とインサイト",{"href":400,"dataGaLocation":263,"dataGaName":401},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":403,"items":404},"GitLabが活躍する場所",[405,410,415],{"text":406,"config":407},"Enterprise",{"href":408,"dataGaLocation":263,"dataGaName":409},"/ja-jp/enterprise/","enterprise",{"text":411,"config":412},"スモールビジネス",{"href":413,"dataGaLocation":263,"dataGaName":414},"/ja-jp/small-business/","small business",{"text":416,"config":417},"公共機関",{"href":418,"dataGaLocation":263,"dataGaName":419},"/ja-jp/solutions/public-sector/","public sector",{"text":421,"config":422},"価格",{"href":423,"dataGaName":424,"dataGaLocation":263,"dataNavLevelOne":424},"/ja-jp/pricing/","pricing",{"text":426,"config":427,"link":428,"lists":432,"feature":516},"関連リソース",{"dataNavLevelOne":218},{"text":429,"config":430},"すべてのリソースを表示",{"href":431,"dataGaName":218,"dataGaLocation":263},"/ja-jp/resources/",[433,466,488],{"title":434,"items":435},"はじめに",[436,441,446,451,456,461],{"text":437,"config":438},"インストール",{"href":439,"dataGaName":440,"dataGaLocation":263},"/ja-jp/install/","install",{"text":442,"config":443},"クイックスタートガイド",{"href":444,"dataGaName":445,"dataGaLocation":263},"/ja-jp/get-started/","quick setup checklists",{"text":447,"config":448},"学ぶ",{"href":449,"dataGaLocation":263,"dataGaName":450},"https://university.gitlab.com/","learn",{"text":452,"config":453},"製品ドキュメント",{"href":454,"dataGaName":455,"dataGaLocation":263},"https://docs.gitlab.com/","product documentation",{"text":457,"config":458},"ベストプラクティスビデオ",{"href":459,"dataGaName":460,"dataGaLocation":263},"/ja-jp/getting-started-videos/","best practice videos",{"text":462,"config":463},"インテグレーション",{"href":464,"dataGaName":465,"dataGaLocation":263},"/ja-jp/integrations/","integrations",{"title":467,"items":468},"検索する",[469,474,478,483],{"text":470,"config":471},"お客様成功事例",{"href":472,"dataGaName":473,"dataGaLocation":263},"/ja-jp/customers/","customer success stories",{"text":222,"config":475},{"href":476,"dataGaName":477,"dataGaLocation":263},"/ja-jp/blog/","blog",{"text":479,"config":480},"リモート",{"href":481,"dataGaName":482,"dataGaLocation":263},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":484,"config":485},"TeamOps",{"href":486,"dataGaName":487,"dataGaLocation":263},"/ja-jp/teamops/","teamops",{"title":489,"items":490},"つなげる",[491,496,501,506,511],{"text":492,"config":493},"GitLabサービス",{"href":494,"dataGaName":495,"dataGaLocation":263},"/ja-jp/services/","services",{"text":497,"config":498},"コミュニティ",{"href":499,"dataGaName":500,"dataGaLocation":263},"/community/","community",{"text":502,"config":503},"フォーラム",{"href":504,"dataGaName":505,"dataGaLocation":263},"https://forum.gitlab.com/","forum",{"text":507,"config":508},"イベント",{"href":509,"dataGaName":510,"dataGaLocation":263},"/events/","events",{"text":512,"config":513},"パートナー",{"href":514,"dataGaName":515,"dataGaLocation":263},"/ja-jp/partners/","partners",{"backgroundColor":517,"textColor":518,"text":519,"image":520,"link":524},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":521,"config":522},"ソースプロモカード",{"src":523},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":525,"config":526},"最新情報を読む",{"href":527,"dataGaName":528,"dataGaLocation":263},"/ja-jp/the-source/","the source",{"text":530,"config":531,"lists":533},"会社情報",{"dataNavLevelOne":532},"company",[534],{"items":535},[536,541,547,549,554,559,564,569,574,579,584],{"text":537,"config":538},"GitLabについて",{"href":539,"dataGaName":540,"dataGaLocation":263},"/ja-jp/company/","about",{"text":542,"config":543,"footerGa":546},"採用情報",{"href":544,"dataGaName":545,"dataGaLocation":263},"/jobs/","jobs",{"dataGaName":545},{"text":507,"config":548},{"href":509,"dataGaName":510,"dataGaLocation":263},{"text":550,"config":551},"経営陣",{"href":552,"dataGaName":553,"dataGaLocation":263},"/company/team/e-group/","leadership",{"text":555,"config":556},"チーム",{"href":557,"dataGaName":558,"dataGaLocation":263},"/company/team/","team",{"text":560,"config":561},"ハンドブック",{"href":562,"dataGaName":563,"dataGaLocation":263},"https://handbook.gitlab.com/","handbook",{"text":565,"config":566},"投資家向け情報",{"href":567,"dataGaName":568,"dataGaLocation":263},"https://ir.gitlab.com/","investor relations",{"text":570,"config":571},"トラストセンター",{"href":572,"dataGaName":573,"dataGaLocation":263},"/ja-jp/security/","trust center",{"text":575,"config":576},"AI Transparency Center",{"href":577,"dataGaName":578,"dataGaLocation":263},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":580,"config":581},"ニュースレター",{"href":582,"dataGaName":583,"dataGaLocation":263},"/company/contact/","newsletter",{"text":585,"config":586},"プレス",{"href":587,"dataGaName":588,"dataGaLocation":263},"/press/","press",{"text":270,"config":590,"lists":591},{"dataNavLevelOne":532},[592],{"items":593},[594,597,602],{"text":270,"config":595},{"href":272,"dataGaName":596,"dataGaLocation":263},"talk to sales",{"text":598,"config":599},"サポートを受ける",{"href":600,"dataGaName":601,"dataGaLocation":263},"/support/","get help",{"text":603,"config":604},"カスタマーポータル",{"href":605,"dataGaName":606,"dataGaLocation":263},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":608,"login":609,"suggestions":616},"閉じる",{"text":610,"link":611},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":612,"config":613},"GitLab.com",{"href":277,"dataGaName":614,"dataGaLocation":615},"search login","search",{"text":617,"default":618},"提案",[619,622,627,629,633,637],{"text":292,"config":620},{"href":297,"dataGaName":621,"dataGaLocation":615},"GitLab Duo (AI)",{"text":623,"config":624},"コード提案（AI）",{"href":625,"dataGaName":626,"dataGaLocation":615},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":343,"config":628},{"href":345,"dataGaName":343,"dataGaLocation":615},{"text":630,"config":631},"GitLab on AWS",{"href":632,"dataGaName":630,"dataGaLocation":615},"/ja-jp/partners/technology-partners/aws/",{"text":634,"config":635},"GitLab on Google Cloud",{"href":636,"dataGaName":634,"dataGaLocation":615},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":638,"config":639},"GitLabを選ぶ理由",{"href":304,"dataGaName":640,"dataGaLocation":615},"Why GitLab?",{"freeTrial":642,"mobileIcon":646,"desktopIcon":651},{"text":265,"config":643},{"href":644,"dataGaName":268,"dataGaLocation":645},"https://gitlab.com/-/trials/new/","nav",{"altText":647,"config":648},"GitLabアイコン",{"src":649,"dataGaName":650,"dataGaLocation":645},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":647,"config":652},{"src":653,"dataGaName":650,"dataGaLocation":645},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":655,"mobileIcon":659,"desktopIcon":661},{"text":656,"config":657},"GitLab Duoの詳細について",{"href":297,"dataGaName":658,"dataGaLocation":645},"gitlab duo",{"altText":647,"config":660},{"src":649,"dataGaName":650,"dataGaLocation":645},{"altText":647,"config":662},{"src":653,"dataGaName":650,"dataGaLocation":645},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":668,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"title":669,"button":670,"config":675,"_id":677,"_type":250,"_source":251,"_file":678,"_stem":679,"_extension":254},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":671,"config":672},"ベータ版を試す",{"href":673,"dataGaName":674,"dataGaLocation":263},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":676},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":681,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"data":682,"_id":886,"_type":250,"title":887,"_source":251,"_file":888,"_stem":889,"_extension":254},"/shared/ja-jp/main-footer",{"text":683,"source":684,"edit":690,"contribute":695,"config":700,"items":705,"minimal":878},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":685,"config":686},"ページのソースを表示",{"href":687,"dataGaName":688,"dataGaLocation":689},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":691,"config":692},"このページを編集",{"href":693,"dataGaName":694,"dataGaLocation":689},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":696,"config":697},"ご協力をお願いします",{"href":698,"dataGaName":699,"dataGaLocation":689},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":701,"facebook":702,"youtube":703,"linkedin":704},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[706,729,783,815,850],{"title":281,"links":707,"subMenu":712},[708],{"text":709,"config":710},"DevSecOpsプラットフォーム",{"href":290,"dataGaName":711,"dataGaLocation":689},"devsecops platform",[713],{"title":421,"links":714},[715,719,724],{"text":716,"config":717},"プランの表示",{"href":423,"dataGaName":718,"dataGaLocation":689},"view plans",{"text":720,"config":721},"Premiumを選ぶ理由",{"href":722,"dataGaName":723,"dataGaLocation":689},"/ja-jp/pricing/premium/","why premium",{"text":725,"config":726},"Ultimateを選ぶ理由",{"href":727,"dataGaName":728,"dataGaLocation":689},"/ja-jp/pricing/ultimate/","why ultimate",{"title":730,"links":731},"ソリューション",[732,737,740,742,747,752,756,759,762,767,769,771,773,778],{"text":733,"config":734},"デジタルトランスフォーメーション",{"href":735,"dataGaName":736,"dataGaLocation":689},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":738,"config":739},"セキュリティとコンプライアンス",{"href":363,"dataGaName":370,"dataGaLocation":689},{"text":355,"config":741},{"href":339,"dataGaName":340,"dataGaLocation":689},{"text":743,"config":744},"アジャイル開発",{"href":745,"dataGaName":746,"dataGaLocation":689},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":748,"config":749},"クラウドトランスフォーメーション",{"href":750,"dataGaName":751,"dataGaLocation":689},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":753,"config":754},"SCM",{"href":147,"dataGaName":755,"dataGaLocation":689},"source code management",{"text":343,"config":757},{"href":345,"dataGaName":758,"dataGaLocation":689},"continuous integration & delivery",{"text":393,"config":760},{"href":395,"dataGaName":761,"dataGaLocation":689},"value stream management",{"text":763,"config":764},"GitOps",{"href":765,"dataGaName":766,"dataGaLocation":689},"/ja-jp/solutions/gitops/","gitops",{"text":406,"config":768},{"href":408,"dataGaName":409,"dataGaLocation":689},{"text":411,"config":770},{"href":413,"dataGaName":414,"dataGaLocation":689},{"text":416,"config":772},{"href":418,"dataGaName":419,"dataGaLocation":689},{"text":774,"config":775},"教育",{"href":776,"dataGaName":777,"dataGaLocation":689},"/ja-jp/solutions/education/","education",{"text":779,"config":780},"金融サービス",{"href":781,"dataGaName":782,"dataGaLocation":689},"/ja-jp/solutions/finance/","financial services",{"title":426,"links":784},[785,787,789,791,794,796,799,801,803,805,807,809,811,813],{"text":437,"config":786},{"href":439,"dataGaName":440,"dataGaLocation":689},{"text":442,"config":788},{"href":444,"dataGaName":445,"dataGaLocation":689},{"text":447,"config":790},{"href":449,"dataGaName":450,"dataGaLocation":689},{"text":452,"config":792},{"href":454,"dataGaName":793,"dataGaLocation":689},"docs",{"text":222,"config":795},{"href":476,"dataGaName":477},{"text":797,"config":798},"お客様の成功事例",{"href":472,"dataGaLocation":689},{"text":470,"config":800},{"href":472,"dataGaName":473,"dataGaLocation":689},{"text":479,"config":802},{"href":481,"dataGaName":482,"dataGaLocation":689},{"text":492,"config":804},{"href":494,"dataGaName":495,"dataGaLocation":689},{"text":484,"config":806},{"href":486,"dataGaName":487,"dataGaLocation":689},{"text":497,"config":808},{"href":499,"dataGaName":500,"dataGaLocation":689},{"text":502,"config":810},{"href":504,"dataGaName":505,"dataGaLocation":689},{"text":507,"config":812},{"href":509,"dataGaName":510,"dataGaLocation":689},{"text":512,"config":814},{"href":514,"dataGaName":515,"dataGaLocation":689},{"title":816,"links":817},"Company",[818,820,822,824,826,828,830,834,839,841,843,845],{"text":537,"config":819},{"href":539,"dataGaName":532,"dataGaLocation":689},{"text":542,"config":821},{"href":544,"dataGaName":545,"dataGaLocation":689},{"text":550,"config":823},{"href":552,"dataGaName":553,"dataGaLocation":689},{"text":555,"config":825},{"href":557,"dataGaName":558,"dataGaLocation":689},{"text":560,"config":827},{"href":562,"dataGaName":563,"dataGaLocation":689},{"text":565,"config":829},{"href":567,"dataGaName":568,"dataGaLocation":689},{"text":831,"config":832},"Sustainability",{"href":833,"dataGaName":831,"dataGaLocation":689},"/sustainability/",{"text":835,"config":836},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":837,"dataGaName":838,"dataGaLocation":689},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":570,"config":840},{"href":572,"dataGaName":573,"dataGaLocation":689},{"text":580,"config":842},{"href":582,"dataGaName":583,"dataGaLocation":689},{"text":585,"config":844},{"href":587,"dataGaName":588,"dataGaLocation":689},{"text":846,"config":847},"現代奴隷制の透明性に関する声明",{"href":848,"dataGaName":849,"dataGaLocation":689},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":270,"links":851},[852,854,856,858,863,868,873],{"text":270,"config":853},{"href":272,"dataGaName":273,"dataGaLocation":689},{"text":598,"config":855},{"href":600,"dataGaName":601,"dataGaLocation":689},{"text":603,"config":857},{"href":605,"dataGaName":606,"dataGaLocation":689},{"text":859,"config":860},"ステータス",{"href":861,"dataGaName":862,"dataGaLocation":689},"https://status.gitlab.com/","status",{"text":864,"config":865},"利用規約",{"href":866,"dataGaName":867,"dataGaLocation":689},"/terms/","terms of use",{"text":869,"config":870},"プライバシーに関する声明",{"href":871,"dataGaName":872,"dataGaLocation":689},"/ja-jp/privacy/","privacy statement",{"text":874,"config":875},"Cookieの設定",{"dataGaName":876,"dataGaLocation":689,"id":877,"isOneTrustButton":325},"cookie preferences","ot-sdk-btn",{"items":879},[880,882,884],{"text":864,"config":881},{"href":866,"dataGaName":867,"dataGaLocation":689},{"text":869,"config":883},{"href":871,"dataGaName":872,"dataGaLocation":689},{"text":874,"config":885},{"dataGaName":876,"dataGaLocation":689,"id":877,"isOneTrustButton":325},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":891,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"header":892,"eyebrow":893,"blurb":894,"button":895,"secondaryButton":899,"_id":901,"_type":250,"title":902,"_source":251,"_file":903,"_stem":904,"_extension":254},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":265,"config":896},{"href":897,"dataGaName":268,"dataGaLocation":898},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":270,"config":900},{"href":272,"dataGaName":273,"dataGaLocation":898},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":906,"content":907,"_id":249,"_type":250,"title":7,"_source":251,"_file":252,"_stem":253,"_extension":254},{"title":9,"description":10},[908,914,919,959,1029,1050],{"type":13,"componentName":13,"componentContent":909},{"crumbs":910},[911,913],{"title":17,"config":912},{"href":19},{"title":21},{"type":23,"componentName":23,"componentContent":915},{"title":9,"text":25,"config":916,"button":917},{"id":9,"twoColumns":6},{"text":28,"config":918},{"href":30},{"type":32,"componentName":32,"componentContent":920},{"anchors":921,"components":937},{"text":35,"data":922},[923,925,927,929,931,933,935],{"text":38,"config":924},{"href":40},{"text":42,"config":926},{"href":44},{"text":46,"config":928},{"href":48},{"text":50,"config":930},{"href":52},{"text":54,"config":932},{"href":56},{"text":58,"config":934},{"href":60},{"text":62,"config":936},{"href":64},[938,941,944,947,950,953,956],{"type":67,"componentName":67,"componentContent":939},{"header":38,"text":69,"config":940},{"id":71},{"type":67,"componentName":67,"componentContent":942},{"header":42,"text":74,"config":943},{"id":76},{"type":67,"componentName":67,"componentContent":945},{"header":46,"text":79,"config":946},{"id":81},{"type":67,"componentName":67,"componentContent":948},{"header":50,"text":84,"config":949},{"id":86},{"type":67,"componentName":67,"componentContent":951},{"header":54,"text":89,"config":952},{"id":91},{"type":67,"componentName":67,"componentContent":954},{"header":58,"text":94,"config":955},{"id":96},{"type":67,"componentName":67,"componentContent":957},{"header":62,"text":99,"config":958},{"id":101},{"type":103,"componentName":103,"componentContent":960},{"header":105,"tabs":961},[962,980,993,1006],{"name":108,"items":963,"config":979},[964,969,974],{"header":111,"type":108,"image":965,"link":967},{"altText":111,"config":966},{"src":114},{"text":116,"config":968},{"href":118,"icon":119,"modal":6},{"header":121,"type":108,"image":970,"link":972},{"altText":121,"config":971},{"src":124},{"text":116,"config":973},{"href":127,"icon":119,"modal":6},{"header":129,"type":108,"image":975,"link":977},{"altText":129,"config":976},{"src":132},{"text":116,"config":978},{"href":135,"icon":119,"modal":6},{"key":108},{"name":138,"items":981,"config":992},[982,987],{"header":141,"type":138,"image":983,"link":985},{"altText":141,"config":984},{"src":144},{"text":116,"config":986},{"href":147,"icon":148,"modal":6},{"header":150,"type":138,"image":988,"link":990},{"altText":150,"config":989},{"src":153},{"text":116,"config":991},{"href":156,"icon":148,"modal":6},{"key":138},{"name":159,"items":994,"config":1005},[995,1000],{"header":162,"type":159,"image":996,"link":998},{"altText":162,"config":997},{"src":153},{"text":116,"config":999},{"href":167,"icon":168,"modal":6},{"header":170,"type":159,"image":1001,"link":1003},{"altText":170,"config":1002},{"src":173},{"text":116,"config":1004},{"href":176,"icon":168,"modal":6},{"key":159},{"name":179,"items":1007,"config":1028},[1008,1013,1018,1023],{"header":182,"type":179,"image":1009,"link":1011},{"altText":182,"config":1010},{"src":185},{"text":116,"config":1012},{"href":188,"icon":189,"modal":6},{"header":191,"type":179,"image":1014,"link":1016},{"altText":191,"config":1015},{"src":194},{"text":116,"config":1017},{"href":197,"icon":189,"modal":6},{"header":199,"type":179,"image":1019,"link":1021},{"altText":199,"config":1020},{"src":124},{"text":116,"config":1022},{"href":204,"icon":189,"modal":6},{"header":206,"type":179,"image":1024,"link":1026},{"altText":206,"config":1025},{"src":153},{"text":116,"config":1027},{"href":211,"icon":189,"modal":6},{"key":179},{"type":103,"componentName":103,"componentContent":1030},{"header":215,"tabs":1031},[1032],{"name":218,"items":1033,"config":1049},[1034,1039,1044],{"header":221,"type":222,"image":1035,"link":1037},{"altText":221,"config":1036},{"src":225},{"text":116,"config":1038},{"href":228,"icon":229,"modal":6},{"header":231,"type":222,"image":1040,"link":1042},{"altText":231,"config":1041},{"src":234},{"text":116,"config":1043},{"href":237,"icon":229,"modal":6},{"header":239,"type":222,"image":1045,"link":1047},{"altText":239,"config":1046},{"src":242},{"text":116,"config":1048},{"href":245,"icon":229,"modal":6},{"key":218},{"type":248,"componentName":248},1761814468231]