[{"data":1,"prerenderedAt":908},["ShallowReactive",2],{"/ja-jp/topics/version-control/":3,"navigation-ja-jp":255,"banner-ja-jp":669,"footer-ja-jp":682,"next-steps-ja-jp":893},{"_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},"TopicsHero",{"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/2020/03/13/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},"/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},"/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/2020/04/07/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/2020/11/19/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/2020/03/05/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":665,"_type":250,"title":666,"_source":251,"_file":667,"_stem":668,"_extension":254},"/shared/ja-jp/main-navigation","ja-jp",{"logo":259,"freeTrial":264,"sales":269,"login":274,"items":279,"search":609,"minimal":643,"duo":656},{"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,422,427,531,591],{"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":404},"製品",true,{"dataNavLevelOne":327},"solutions",{"text":329,"config":330},"すべてのソリューションを表示",{"href":331,"dataGaName":327,"dataGaLocation":263},"/ja-jp/solutions/",[333,359,382],{"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,355],{"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":353,"dataGaLocation":263,"dataGaName":354},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":356,"config":357},"自動化されたソフトウェアデリバリー",{"href":339,"dataGaLocation":263,"dataGaName":358},"Automated software delivery",{"title":360,"description":361,"link":362,"items":367},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":363},{"href":364,"dataGaName":365,"dataGaLocation":263,"icon":366},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[368,372,377],{"text":369,"config":370},"セキュリティとコンプライアンス",{"href":364,"dataGaLocation":263,"dataGaName":371},"Security & Compliance",{"text":373,"config":374},"ソフトウェアサプライチェーンの安全性",{"href":375,"dataGaLocation":263,"dataGaName":376},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":378,"config":379},"コンプライアンスとガバナンス",{"href":380,"dataGaLocation":263,"dataGaName":381},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":383,"link":384,"items":389},"測定",{"config":385},{"icon":386,"href":387,"dataGaName":388,"dataGaLocation":263},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[390,394,399],{"text":391,"config":392},"可視性と測定",{"href":387,"dataGaLocation":263,"dataGaName":393},"Visibility and Measurement",{"text":395,"config":396},"バリューストリーム管理",{"href":397,"dataGaLocation":263,"dataGaName":398},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":400,"config":401},"分析とインサイト",{"href":402,"dataGaLocation":263,"dataGaName":403},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":405,"items":406},"GitLabが活躍する場所",[407,412,417],{"text":408,"config":409},"Enterprise",{"href":410,"dataGaLocation":263,"dataGaName":411},"/ja-jp/enterprise/","enterprise",{"text":413,"config":414},"スモールビジネス",{"href":415,"dataGaLocation":263,"dataGaName":416},"/ja-jp/small-business/","small business",{"text":418,"config":419},"公共機関",{"href":420,"dataGaLocation":263,"dataGaName":421},"/ja-jp/solutions/public-sector/","public sector",{"text":423,"config":424},"価格",{"href":425,"dataGaName":426,"dataGaLocation":263,"dataNavLevelOne":426},"/ja-jp/pricing/","pricing",{"text":428,"config":429,"link":430,"lists":434,"feature":518},"関連リソース",{"dataNavLevelOne":218},{"text":431,"config":432},"すべてのリソースを表示",{"href":433,"dataGaName":218,"dataGaLocation":263},"/ja-jp/resources/",[435,468,490],{"title":436,"items":437},"はじめに",[438,443,448,453,458,463],{"text":439,"config":440},"インストール",{"href":441,"dataGaName":442,"dataGaLocation":263},"/ja-jp/install/","install",{"text":444,"config":445},"クイックスタートガイド",{"href":446,"dataGaName":447,"dataGaLocation":263},"/ja-jp/get-started/","quick setup checklists",{"text":449,"config":450},"学ぶ",{"href":451,"dataGaLocation":263,"dataGaName":452},"https://university.gitlab.com/","learn",{"text":454,"config":455},"製品ドキュメント",{"href":456,"dataGaName":457,"dataGaLocation":263},"https://docs.gitlab.com/","product documentation",{"text":459,"config":460},"ベストプラクティスビデオ",{"href":461,"dataGaName":462,"dataGaLocation":263},"/ja-jp/getting-started-videos/","best practice videos",{"text":464,"config":465},"インテグレーション",{"href":466,"dataGaName":467,"dataGaLocation":263},"/ja-jp/integrations/","integrations",{"title":469,"items":470},"検索する",[471,476,480,485],{"text":472,"config":473},"お客様成功事例",{"href":474,"dataGaName":475,"dataGaLocation":263},"/ja-jp/customers/","customer success stories",{"text":222,"config":477},{"href":478,"dataGaName":479,"dataGaLocation":263},"/ja-jp/blog/","blog",{"text":481,"config":482},"リモート",{"href":483,"dataGaName":484,"dataGaLocation":263},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":486,"config":487},"TeamOps",{"href":488,"dataGaName":489,"dataGaLocation":263},"/ja-jp/teamops/","teamops",{"title":491,"items":492},"つなげる",[493,498,503,508,513],{"text":494,"config":495},"GitLabサービス",{"href":496,"dataGaName":497,"dataGaLocation":263},"/ja-jp/services/","services",{"text":499,"config":500},"コミュニティ",{"href":501,"dataGaName":502,"dataGaLocation":263},"/community/","community",{"text":504,"config":505},"フォーラム",{"href":506,"dataGaName":507,"dataGaLocation":263},"https://forum.gitlab.com/","forum",{"text":509,"config":510},"イベント",{"href":511,"dataGaName":512,"dataGaLocation":263},"/events/","events",{"text":514,"config":515},"パートナー",{"href":516,"dataGaName":517,"dataGaLocation":263},"/ja-jp/partners/","partners",{"backgroundColor":519,"textColor":520,"text":521,"image":522,"link":526},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":523,"config":524},"ソースプロモカード",{"src":525},"/images/navigation/the-source-promo-card.svg",{"text":527,"config":528},"最新情報を読む",{"href":529,"dataGaName":530,"dataGaLocation":263},"/ja-jp/the-source/","the source",{"text":532,"config":533,"lists":535},"Company",{"dataNavLevelOne":534},"company",[536],{"items":537},[538,543,549,551,556,561,566,571,576,581,586],{"text":539,"config":540},"GitLabについて",{"href":541,"dataGaName":542,"dataGaLocation":263},"/ja-jp/company/","about",{"text":544,"config":545,"footerGa":548},"採用情報",{"href":546,"dataGaName":547,"dataGaLocation":263},"/jobs/","jobs",{"dataGaName":547},{"text":509,"config":550},{"href":511,"dataGaName":512,"dataGaLocation":263},{"text":552,"config":553},"経営陣",{"href":554,"dataGaName":555,"dataGaLocation":263},"/company/team/e-group/","leadership",{"text":557,"config":558},"チーム",{"href":559,"dataGaName":560,"dataGaLocation":263},"/company/team/","team",{"text":562,"config":563},"ハンドブック",{"href":564,"dataGaName":565,"dataGaLocation":263},"https://handbook.gitlab.com/","handbook",{"text":567,"config":568},"投資家向け情報",{"href":569,"dataGaName":570,"dataGaLocation":263},"https://ir.gitlab.com/","investor relations",{"text":572,"config":573},"トラストセンター",{"href":574,"dataGaName":575,"dataGaLocation":263},"/ja-jp/security/","trust center",{"text":577,"config":578},"AI Transparency Center",{"href":579,"dataGaName":580,"dataGaLocation":263},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":582,"config":583},"ニュースレター",{"href":584,"dataGaName":585,"dataGaLocation":263},"/company/contact/","newsletter",{"text":587,"config":588},"プレス",{"href":589,"dataGaName":590,"dataGaLocation":263},"/press/","press",{"text":270,"config":592,"lists":593},{"dataNavLevelOne":534},[594],{"items":595},[596,599,604],{"text":270,"config":597},{"href":272,"dataGaName":598,"dataGaLocation":263},"talk to sales",{"text":600,"config":601},"サポートを受ける",{"href":602,"dataGaName":603,"dataGaLocation":263},"/support/","get help",{"text":605,"config":606},"カスタマーポータル",{"href":607,"dataGaName":608,"dataGaLocation":263},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":610,"login":611,"suggestions":618},"閉じる",{"text":612,"link":613},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":614,"config":615},"GitLab.com",{"href":277,"dataGaName":616,"dataGaLocation":617},"search login","search",{"text":619,"default":620},"提案",[621,624,629,631,635,639],{"text":292,"config":622},{"href":297,"dataGaName":623,"dataGaLocation":617},"GitLab Duo (AI)",{"text":625,"config":626},"コード提案（AI）",{"href":627,"dataGaName":628,"dataGaLocation":617},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":343,"config":630},{"href":345,"dataGaName":343,"dataGaLocation":617},{"text":632,"config":633},"GitLab on AWS",{"href":634,"dataGaName":632,"dataGaLocation":617},"/ja-jp/partners/technology-partners/aws/",{"text":636,"config":637},"GitLab on Google Cloud",{"href":638,"dataGaName":636,"dataGaLocation":617},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":640,"config":641},"GitLabを選ぶ理由",{"href":304,"dataGaName":642,"dataGaLocation":617},"Why GitLab?",{"freeTrial":644,"mobileIcon":648,"desktopIcon":653},{"text":265,"config":645},{"href":646,"dataGaName":268,"dataGaLocation":647},"https://gitlab.com/-/trials/new/","nav",{"altText":649,"config":650},"GitLabアイコン",{"src":651,"dataGaName":652,"dataGaLocation":647},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":649,"config":654},{"src":655,"dataGaName":652,"dataGaLocation":647},"/images/brand/gitlab-logo-type.svg",{"freeTrial":657,"mobileIcon":661,"desktopIcon":663},{"text":658,"config":659},"GitLab Duoの詳細について",{"href":297,"dataGaName":660,"dataGaLocation":647},"gitlab duo",{"altText":649,"config":662},{"src":651,"dataGaName":652,"dataGaLocation":647},{"altText":649,"config":664},{"src":655,"dataGaName":652,"dataGaLocation":647},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":670,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"title":671,"titleMobile":671,"button":672,"config":677,"_id":679,"_type":250,"_source":251,"_file":680,"_stem":681,"_extension":254},"/shared/ja-jp/banner","GitLab 18と知的進化する次世代のDevSecOps。6月24日のオンラインイベントにご参加ください。",{"text":673,"config":674},"今すぐ申し込む",{"href":675,"dataGaName":676,"dataGaLocation":263},"/ja-jp/eighteen/","gitlab 18 banner",{"layout":678},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":683,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"data":684,"_id":889,"_type":250,"title":890,"_source":251,"_file":891,"_stem":892,"_extension":254},"/shared/ja-jp/main-footer",{"text":685,"source":686,"edit":692,"contribute":697,"config":702,"items":707,"minimal":881},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":687,"config":688},"ページのソースを表示",{"href":689,"dataGaName":690,"dataGaLocation":691},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":693,"config":694},"このページを編集",{"href":695,"dataGaName":696,"dataGaLocation":691},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":698,"config":699},"ご協力をお願いします",{"href":700,"dataGaName":701,"dataGaLocation":691},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":703,"facebook":704,"youtube":705,"linkedin":706},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[708,731,785,818,853],{"title":281,"links":709,"subMenu":714},[710],{"text":711,"config":712},"DevSecOpsプラットフォーム",{"href":290,"dataGaName":713,"dataGaLocation":691},"devsecops platform",[715],{"title":423,"links":716},[717,721,726],{"text":718,"config":719},"プランの表示",{"href":425,"dataGaName":720,"dataGaLocation":691},"view plans",{"text":722,"config":723},"Premiumを選ぶ理由",{"href":724,"dataGaName":725,"dataGaLocation":691},"/ja-jp/pricing/premium/","why premium",{"text":727,"config":728},"Ultimateを選ぶ理由",{"href":729,"dataGaName":730,"dataGaLocation":691},"/ja-jp/pricing/ultimate/","why ultimate",{"title":732,"links":733},"ソリューション",[734,739,742,744,749,754,758,761,764,769,771,773,775,780],{"text":735,"config":736},"デジタルトランスフォーメーション",{"href":737,"dataGaName":738,"dataGaLocation":691},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":369,"config":740},{"href":364,"dataGaName":741,"dataGaLocation":691},"security & compliance",{"text":356,"config":743},{"href":339,"dataGaName":340,"dataGaLocation":691},{"text":745,"config":746},"アジャイル開発",{"href":747,"dataGaName":748,"dataGaLocation":691},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":750,"config":751},"クラウドトランスフォーメーション",{"href":752,"dataGaName":753,"dataGaLocation":691},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":755,"config":756},"SCM",{"href":353,"dataGaName":757,"dataGaLocation":691},"source code management",{"text":343,"config":759},{"href":345,"dataGaName":760,"dataGaLocation":691},"continuous integration & delivery",{"text":395,"config":762},{"href":397,"dataGaName":763,"dataGaLocation":691},"value stream management",{"text":765,"config":766},"GitOps",{"href":767,"dataGaName":768,"dataGaLocation":691},"/ja-jp/solutions/gitops/","gitops",{"text":408,"config":770},{"href":410,"dataGaName":411,"dataGaLocation":691},{"text":413,"config":772},{"href":415,"dataGaName":416,"dataGaLocation":691},{"text":418,"config":774},{"href":420,"dataGaName":421,"dataGaLocation":691},{"text":776,"config":777},"教育",{"href":778,"dataGaName":779,"dataGaLocation":691},"/ja-jp/solutions/education/","education",{"text":781,"config":782},"金融サービス",{"href":783,"dataGaName":784,"dataGaLocation":691},"/ja-jp/solutions/finance/","financial services",{"title":428,"links":786},[787,789,791,793,796,798,802,804,806,808,810,812,814,816],{"text":439,"config":788},{"href":441,"dataGaName":442,"dataGaLocation":691},{"text":444,"config":790},{"href":446,"dataGaName":447,"dataGaLocation":691},{"text":449,"config":792},{"href":451,"dataGaName":452,"dataGaLocation":691},{"text":454,"config":794},{"href":456,"dataGaName":795,"dataGaLocation":691},"docs",{"text":222,"config":797},{"href":478,"dataGaName":479},{"text":799,"config":800},"お客様の成功事例",{"href":801,"dataGaLocation":691},"/customers/",{"text":472,"config":803},{"href":474,"dataGaName":475,"dataGaLocation":691},{"text":481,"config":805},{"href":483,"dataGaName":484,"dataGaLocation":691},{"text":494,"config":807},{"href":496,"dataGaName":497,"dataGaLocation":691},{"text":486,"config":809},{"href":488,"dataGaName":489,"dataGaLocation":691},{"text":499,"config":811},{"href":501,"dataGaName":502,"dataGaLocation":691},{"text":504,"config":813},{"href":506,"dataGaName":507,"dataGaLocation":691},{"text":509,"config":815},{"href":511,"dataGaName":512,"dataGaLocation":691},{"text":514,"config":817},{"href":516,"dataGaName":517,"dataGaLocation":691},{"title":532,"links":819},[820,822,824,826,828,830,832,837,842,844,846,848],{"text":539,"config":821},{"href":541,"dataGaName":534,"dataGaLocation":691},{"text":544,"config":823},{"href":546,"dataGaName":547,"dataGaLocation":691},{"text":552,"config":825},{"href":554,"dataGaName":555,"dataGaLocation":691},{"text":557,"config":827},{"href":559,"dataGaName":560,"dataGaLocation":691},{"text":562,"config":829},{"href":564,"dataGaName":565,"dataGaLocation":691},{"text":567,"config":831},{"href":569,"dataGaName":570,"dataGaLocation":691},{"text":833,"config":834},"環境、社会、ガバナンス（ESG）",{"href":835,"dataGaName":836,"dataGaLocation":691},"/ja-jp/environmental-social-governance/","environmental, social and governance",{"text":838,"config":839},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":840,"dataGaName":841,"dataGaLocation":691},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":572,"config":843},{"href":574,"dataGaName":575,"dataGaLocation":691},{"text":582,"config":845},{"href":584,"dataGaName":585,"dataGaLocation":691},{"text":587,"config":847},{"href":589,"dataGaName":590,"dataGaLocation":691},{"text":849,"config":850},"現代奴隷制の透明性に関する声明",{"href":851,"dataGaName":852,"dataGaLocation":691},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":270,"links":854},[855,857,859,861,866,871,876],{"text":270,"config":856},{"href":272,"dataGaName":273,"dataGaLocation":691},{"text":600,"config":858},{"href":602,"dataGaName":603,"dataGaLocation":691},{"text":605,"config":860},{"href":607,"dataGaName":608,"dataGaLocation":691},{"text":862,"config":863},"ステータス",{"href":864,"dataGaName":865,"dataGaLocation":691},"https://status.gitlab.com/","status",{"text":867,"config":868},"利用規約",{"href":869,"dataGaName":870,"dataGaLocation":691},"/terms/","terms of use",{"text":872,"config":873},"プライバシーに関する声明",{"href":874,"dataGaName":875,"dataGaLocation":691},"/ja-jp/privacy/","privacy statement",{"text":877,"config":878},"Cookieの設定",{"dataGaName":879,"dataGaLocation":691,"id":880,"isOneTrustButton":325},"cookie preferences","ot-sdk-btn",{"items":882},[883,885,887],{"text":867,"config":884},{"href":869,"dataGaName":870,"dataGaLocation":691},{"text":872,"config":886},{"href":874,"dataGaName":875,"dataGaLocation":691},{"text":877,"config":888},{"dataGaName":879,"dataGaLocation":691,"id":880,"isOneTrustButton":325},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":894,"_dir":257,"_draft":6,"_partial":6,"_locale":7,"header":895,"eyebrow":896,"blurb":897,"button":898,"secondaryButton":902,"_id":904,"_type":250,"title":905,"_source":251,"_file":906,"_stem":907,"_extension":254},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":265,"config":899},{"href":900,"dataGaName":268,"dataGaLocation":901},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":270,"config":903},{"href":272,"dataGaName":273,"dataGaLocation":901},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1752683538392]