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