[{"data":1,"prerenderedAt":828},["ShallowReactive",2],{"/ja-jp/topics/version-control/benefits-distributed-version-control-system":3,"navigation-ja-jp":117,"banner-ja-jp":531,"footer-ja-jp":544,"next-steps-ja-jp":754,"footer-source-/ja-jp/topics/version-control/benefits-distributed-version-control-system/":769},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":111,"_type":112,"title":7,"_source":113,"_file":114,"_stem":115,"_extension":116},"/ja-jp/topics/version-control/benefits-distributed-version-control-system","version-control",false,"",{"title":9,"description":10},"分散型バージョン管理システムとは？","ソフトウェア開発チームは、分散型バージョン管理システムを使用してリリースを加速させています。",[12,26,31,66,109],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"Version control",{"href":23},"/ja-jp/topics/version-control/",{"title":25},"Benefits distributed version control system",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"title":9,"text":29,"config":30},"ソフトウェア開発チームは、分散型バージョン管理システムを使用してリリースを加速させています。\n",{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":33},"CommonSideNavigationWithTree",{"anchors":34,"components":49},{"text":35,"data":36},"On this page",[37,41,45],{"text":38,"config":39},"分散バージョン管理システムの詳細",{"href":40},"#what-exactly-is-a-distributed-version-control-system",{"text":42,"config":43},"分散型バージョン管理システムを使用するメリットとは？",{"href":44},"#what-are-the-advantages-of-using-a-distributed-version-control-system",{"text":46,"config":47},"まとめ",{"href":48},"#conclusion",[50,56,61],{"type":51,"componentName":51,"componentContent":52},"TopicsCopy",{"header":38,"text":53,"config":54},"分散型[バージョン管理システム](/topics/version-control/) （DVCS）を使うと、リポジトリの完全なコピーをチームメンバー全員のコンピューターにローカルのコピーとして取り込むことができ、コミット、ブランチ、マージをローカルで行うことができます。サーバーは、ブランチごとに物理的なファイルを保存する必要はありません。必要なのは、コミットごとの差分だけです。Git、Mercurial、Bazaarなどの分散型ソースコード管理システムは、リポジトリとその履歴全体を、個々のハードドライブ上のローカルコピーとしてミラーリングします。\n\n[分散型バージョン管理システム](https://about.gitlab.com/blog/distributed-version-control/)を使うことで、ソフトウェア開発チームは強力なワークフローと階層を作ることができます。各開発者はコードの変更を自分のリポジトリにプッシュし、管理者はコードレビュープロセスを設定して、質の高いコードだけがメインリポジトリにマージされるようにします。\n\nDVCSは、特にチームメンバーが[集中型ソースコードシステム](/topics/version-control/what-is-centralized-version-control-system/)に慣れている場合、混乱を招く可能性があります。その理由は、コントリビューターがマージ時に競合を解決するためにサーバーに頼ることができずローカルで解決する必要があり、結果として混乱を招くマージコミットが発生することがあるためです。最初は不便を感じるかもしれませんが、分散型ソース管理システムは、複数の開発者がソフトウェア開発プロジェクトにコントリビュートする際に、安定したコード開発を保証します。\n",{"id":55},"what-exactly-is-a-distributed-version-control-system",{"type":51,"componentName":51,"componentContent":57},{"header":42,"text":58,"config":59},"コラボレーションを優先し、最新のバージョン管理ツールの機能をフルに活用する文化を発展させることで、組織はソフトウェア開発におけるイノベーションの最前線に確実に立つことができるでしょう。具体的なメリットは次のとおりです。\n\n### 信頼性の高いバックアップコピー\n\n分散型バージョン管理に関する興味深い考え方は、バックアップの集まりを視覚化することです。チームメンバーがリポジトリをクローンすると、基本的にオフサイトのバックアップが作成されるため、サーバークラッシュのような大惨事が発生した場合、すべてのチームメンバーのローカルコピーがバックアップになります。集中型バージョン管理システムとは異なり、分散型バージョン管理は単一のバックアップへの依存を取り除き、開発の信頼性を高めます。よくある誤解に複数のコピー作成はスペースの無駄になるというものがありますが、ほとんどの開発にはプレーンテキストファイルが含まれているだけでなく、多くのシステムはファイルを圧縮するためハードドライブのストレージへの影響は最小限です。\n\n### 迅速なマージと柔軟なブランチ\n\nシステムはリモートサーバー通信を必要としないため、コードをすばやくマージできます。分散型バージョン管理を使用すると、ソフトウェア開発チームはさまざまなブランチ戦略を使用できます。これは、集中型システムでは不可能な機能です。分散型バージョン管理システムは、チームメンバーが低速なビルドに悩まされるのではなく、イノベーションに集中できるようにすることで、リリースとビジネス価値の向上を加速します。\n\n### 迅速なフィードバックとマージの競合の削減\n\nDVCSはリポジトリ全体の履歴をローカルワークステーションに保存し、迅速に実験して[コードレビューをリクエスト](https://about.gitlab.com/blog/better-code-reviews/)できるため、ブランチが容易になります。開発者は高速なフィードバックループの恩恵を受けながら、チェンジセットをマージする前にチームメンバーと変更内容を共有できます。コントリビューターは自分のコードに集中するため、マージの競合が発生する可能性は低くなります。また、完全なローカル履歴を簡単に閲覧できるため、開発者はバグの特定や変更の追跡、以前のバージョンに戻すなどの操作をしやすくなります。\n\n### オフライン作業を可能にする柔軟性\n\n分散型バージョン管理システムはインターネット接続を必要としないため、プッシュアンドプルを除いたほとんどの開発は、出張中や移動中でも実行できます。コントリビューターはハードドライブの実行履歴を確認でき、変更は自身のリポジトリで行われます。この柔軟性の向上により、チームメンバーはバグを単一のチェンジセットとして修正できるようになります。開発者の生産性向上\n\nローカルコピーを使用することで、開発者は共通の開発アクティビティを迅速に完了できます。DVCSを活用することで、開発者は、デリバリーを遅延させ、不満を引き起こすサーバーのルーチンタスク実行が完了するのを待機する必要がなくなります。\n\n### Git: 分散型バージョン管理システムの例\n\nGitは、スピード、ワークフローの互換性、オープンソースが基盤となっていることで知られる分散型バージョン管理システムです。Gitを使用すると、ソフトウェアチームはソースコードに永続的な損傷が発生することを恐れず実験できます。Gitリポジトリを使用しているチームでは、あらゆる規模のプロジェクトで[効率とスピード]( https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)が向上します。\n\nバージョン管理とコラボレーションについて詳しく見る\n",{"id":60},"what-are-the-advantages-of-using-a-distributed-version-control-system",{"type":51,"componentName":51,"componentContent":62},{"header":46,"text":63,"config":64},"分散型バージョン管理システムは、プロジェクト管理プロセスを分散化し、従来の単一の中央リポジトリやサーバーから、各チームメンバーがローカルリポジトリにプロジェクト全体の本格的なコピーを所有するモデルへと移行させるものです。これにより、迅速なマージとブランチで開発ワークフローが強化されるだけでなく、すべての参加者が完全な履歴のバックアップを確実に保持できるため、中央データベースの障害発生時のリスクが大幅に軽減されます。\n\n分散型バージョン管理システムのソフトウェア開発プロセスへのインテグレーションは、チームのバージョン管理履歴の共同管理方法における大きな進歩と言えるでしょう。\n",{"id":65},"conclusion",{"type":67,"componentName":67,"componentContent":68},"CommonResourcesContainer",{"header":69,"tabs":70},"関連リンク",[71,85],{"name":72,"items":73,"config":84},"動画",[74],{"header":75,"type":72,"image":76,"link":79},"GitLabでデリバリーとコラボレーションを強化させる方法を見る",{"altText":75,"config":77},{"src":78},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159298/Website/Topics/cloud-native-webinar.jpg",{"text":80,"config":81},"今すぐ視聴",{"href":82,"icon":83,"modal":6},"/webcast/collaboration-without-boundaries/","Webcast",{"key":72},{"name":86,"items":87,"config":108},"eBooks",[88,99],{"header":89,"type":90,"image":91,"link":94},"現代のソースコード管理を便利にするGitLab","eBook",{"altText":89,"config":92},{"src":93},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159570/Website/Topics/vlabsdev_coverimage.jpg",{"text":95,"config":96},"詳細はこちら",{"href":97,"icon":98,"modal":6},"/ja-jp/solutions/source-code-management/","Ebook",{"header":100,"type":90,"image":101,"link":104},"コラボレーションを強化するヒントが満載の、バージョン管理マニュアルeBookをダウンロード",{"altText":100,"config":102},{"src":103},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159580/Website/Topics/nvidia.jpg",{"text":105,"config":106},"続きを読む",{"href":107,"icon":98,"modal":6},"/resources/ebook-version-control-best-practices/",{"key":86},{"type":110,"componentName":110},"CommonNextSteps","content:ja-jp:topics:version-control:benefits-distributed-version-control-system:index.yml","yaml","content","ja-jp/topics/version-control/benefits-distributed-version-control-system/index.yml","ja-jp/topics/version-control/benefits-distributed-version-control-system/index","yml",{"_path":118,"_dir":119,"_draft":6,"_partial":6,"_locale":7,"data":120,"_id":527,"_type":112,"title":528,"_source":113,"_file":529,"_stem":530,"_extension":116},"/shared/ja-jp/main-navigation","ja-jp",{"logo":121,"freeTrial":126,"sales":131,"login":136,"items":141,"search":471,"minimal":505,"duo":518},{"config":122},{"href":123,"dataGaName":124,"dataGaLocation":125},"/ja-jp/","gitlab logo","header",{"text":127,"config":128},"無料トライアルを開始",{"href":129,"dataGaName":130,"dataGaLocation":125},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":132,"config":133},"お問い合わせ",{"href":134,"dataGaName":135,"dataGaLocation":125},"/ja-jp/sales/","sales",{"text":137,"config":138},"サインイン",{"href":139,"dataGaName":140,"dataGaLocation":125},"https://gitlab.com/users/sign_in/","sign in",[142,185,282,287,393,453],{"text":143,"config":144,"cards":146,"footer":168},"プラットフォーム",{"dataNavLevelOne":145},"platform",[147,153,161],{"title":143,"description":148,"link":149},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":150,"config":151},"プラットフォームを詳しく見る",{"href":152,"dataGaName":145,"dataGaLocation":125},"/ja-jp/platform/",{"title":154,"description":155,"link":156},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":157,"config":158},"GitLab Duoのご紹介",{"href":159,"dataGaName":160,"dataGaLocation":125},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":162,"description":163,"link":164},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":95,"config":165},{"href":166,"dataGaName":167,"dataGaLocation":125},"/ja-jp/why-gitlab/","why gitlab",{"title":169,"items":170},"利用を開始：",[171,176,181],{"text":172,"config":173},"プラットフォームエンジニアリング",{"href":174,"dataGaName":175,"dataGaLocation":125},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":177,"config":178},"開発者の経験",{"href":179,"dataGaName":180,"dataGaLocation":125},"/ja-jp/developer-experience/","Developer experience",{"text":182,"config":183},"MLOps",{"href":184,"dataGaName":182,"dataGaLocation":125},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":186,"left":187,"config":188,"link":190,"lists":194,"footer":264},"製品",true,{"dataNavLevelOne":189},"solutions",{"text":191,"config":192},"すべてのソリューションを表示",{"href":193,"dataGaName":189,"dataGaLocation":125},"/ja-jp/solutions/",[195,220,242],{"title":196,"description":197,"link":198,"items":203},"自動化","CI/CDと自動化でデプロイを加速",{"config":199},{"icon":200,"href":201,"dataGaName":202,"dataGaLocation":125},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[204,208,212,216],{"text":205,"config":206},"CI/CD",{"href":207,"dataGaLocation":125,"dataGaName":205},"/ja-jp/solutions/continuous-integration/",{"text":209,"config":210},"AIアシストによる開発",{"href":159,"dataGaLocation":125,"dataGaName":211},"AI assisted development",{"text":213,"config":214},"ソースコード管理",{"href":97,"dataGaLocation":125,"dataGaName":215},"Source Code Management",{"text":217,"config":218},"自動化されたソフトウェアデリバリー",{"href":201,"dataGaLocation":125,"dataGaName":219},"Automated software delivery",{"title":221,"description":222,"link":223,"items":228},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":224},{"href":225,"dataGaName":226,"dataGaLocation":125,"icon":227},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[229,233,238],{"text":230,"config":231},"Application Security Testing",{"href":225,"dataGaName":232,"dataGaLocation":125},"Application security testing",{"text":234,"config":235},"ソフトウェアサプライチェーンの安全性",{"href":236,"dataGaLocation":125,"dataGaName":237},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":239,"config":240},"Software Compliance",{"href":241,"dataGaName":239,"dataGaLocation":125},"/ja-jp/solutions/software-compliance/",{"title":243,"link":244,"items":249},"測定",{"config":245},{"icon":246,"href":247,"dataGaName":248,"dataGaLocation":125},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[250,254,259],{"text":251,"config":252},"可視性と測定",{"href":247,"dataGaLocation":125,"dataGaName":253},"Visibility and Measurement",{"text":255,"config":256},"バリューストリーム管理",{"href":257,"dataGaLocation":125,"dataGaName":258},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":260,"config":261},"分析とインサイト",{"href":262,"dataGaLocation":125,"dataGaName":263},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":265,"items":266},"GitLabが活躍する場所",[267,272,277],{"text":268,"config":269},"Enterprise",{"href":270,"dataGaLocation":125,"dataGaName":271},"/ja-jp/enterprise/","enterprise",{"text":273,"config":274},"スモールビジネス",{"href":275,"dataGaLocation":125,"dataGaName":276},"/ja-jp/small-business/","small business",{"text":278,"config":279},"公共機関",{"href":280,"dataGaLocation":125,"dataGaName":281},"/ja-jp/solutions/public-sector/","public sector",{"text":283,"config":284},"価格",{"href":285,"dataGaName":286,"dataGaLocation":125,"dataNavLevelOne":286},"/ja-jp/pricing/","pricing",{"text":288,"config":289,"link":291,"lists":295,"feature":380},"関連リソース",{"dataNavLevelOne":290},"resources",{"text":292,"config":293},"すべてのリソースを表示",{"href":294,"dataGaName":290,"dataGaLocation":125},"/ja-jp/resources/",[296,329,352],{"title":297,"items":298},"はじめに",[299,304,309,314,319,324],{"text":300,"config":301},"インストール",{"href":302,"dataGaName":303,"dataGaLocation":125},"/ja-jp/install/","install",{"text":305,"config":306},"クイックスタートガイド",{"href":307,"dataGaName":308,"dataGaLocation":125},"/ja-jp/get-started/","quick setup checklists",{"text":310,"config":311},"学ぶ",{"href":312,"dataGaLocation":125,"dataGaName":313},"https://university.gitlab.com/","learn",{"text":315,"config":316},"製品ドキュメント",{"href":317,"dataGaName":318,"dataGaLocation":125},"https://docs.gitlab.com/","product documentation",{"text":320,"config":321},"ベストプラクティスビデオ",{"href":322,"dataGaName":323,"dataGaLocation":125},"/ja-jp/getting-started-videos/","best practice videos",{"text":325,"config":326},"インテグレーション",{"href":327,"dataGaName":328,"dataGaLocation":125},"/ja-jp/integrations/","integrations",{"title":330,"items":331},"検索する",[332,337,342,347],{"text":333,"config":334},"お客様成功事例",{"href":335,"dataGaName":336,"dataGaLocation":125},"/ja-jp/customers/","customer success stories",{"text":338,"config":339},"ブログ",{"href":340,"dataGaName":341,"dataGaLocation":125},"/ja-jp/blog/","blog",{"text":343,"config":344},"リモート",{"href":345,"dataGaName":346,"dataGaLocation":125},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":348,"config":349},"TeamOps",{"href":350,"dataGaName":351,"dataGaLocation":125},"/ja-jp/teamops/","teamops",{"title":353,"items":354},"つなげる",[355,360,365,370,375],{"text":356,"config":357},"GitLabサービス",{"href":358,"dataGaName":359,"dataGaLocation":125},"/ja-jp/services/","services",{"text":361,"config":362},"コミュニティ",{"href":363,"dataGaName":364,"dataGaLocation":125},"/community/","community",{"text":366,"config":367},"フォーラム",{"href":368,"dataGaName":369,"dataGaLocation":125},"https://forum.gitlab.com/","forum",{"text":371,"config":372},"イベント",{"href":373,"dataGaName":374,"dataGaLocation":125},"/events/","events",{"text":376,"config":377},"パートナー",{"href":378,"dataGaName":379,"dataGaLocation":125},"/ja-jp/partners/","partners",{"backgroundColor":381,"textColor":382,"text":383,"image":384,"link":388},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":385,"config":386},"ソースプロモカード",{"src":387},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":389,"config":390},"最新情報を読む",{"href":391,"dataGaName":392,"dataGaLocation":125},"/ja-jp/the-source/","the source",{"text":394,"config":395,"lists":397},"会社情報",{"dataNavLevelOne":396},"company",[398],{"items":399},[400,405,411,413,418,423,428,433,438,443,448],{"text":401,"config":402},"GitLabについて",{"href":403,"dataGaName":404,"dataGaLocation":125},"/ja-jp/company/","about",{"text":406,"config":407,"footerGa":410},"採用情報",{"href":408,"dataGaName":409,"dataGaLocation":125},"/jobs/","jobs",{"dataGaName":409},{"text":371,"config":412},{"href":373,"dataGaName":374,"dataGaLocation":125},{"text":414,"config":415},"経営陣",{"href":416,"dataGaName":417,"dataGaLocation":125},"/company/team/e-group/","leadership",{"text":419,"config":420},"チーム",{"href":421,"dataGaName":422,"dataGaLocation":125},"/company/team/","team",{"text":424,"config":425},"ハンドブック",{"href":426,"dataGaName":427,"dataGaLocation":125},"https://handbook.gitlab.com/","handbook",{"text":429,"config":430},"投資家向け情報",{"href":431,"dataGaName":432,"dataGaLocation":125},"https://ir.gitlab.com/","investor relations",{"text":434,"config":435},"トラストセンター",{"href":436,"dataGaName":437,"dataGaLocation":125},"/ja-jp/security/","trust center",{"text":439,"config":440},"AI Transparency Center",{"href":441,"dataGaName":442,"dataGaLocation":125},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":444,"config":445},"ニュースレター",{"href":446,"dataGaName":447,"dataGaLocation":125},"/company/contact/","newsletter",{"text":449,"config":450},"プレス",{"href":451,"dataGaName":452,"dataGaLocation":125},"/press/","press",{"text":132,"config":454,"lists":455},{"dataNavLevelOne":396},[456],{"items":457},[458,461,466],{"text":132,"config":459},{"href":134,"dataGaName":460,"dataGaLocation":125},"talk to sales",{"text":462,"config":463},"サポートを受ける",{"href":464,"dataGaName":465,"dataGaLocation":125},"/support/","get help",{"text":467,"config":468},"カスタマーポータル",{"href":469,"dataGaName":470,"dataGaLocation":125},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":472,"login":473,"suggestions":480},"閉じる",{"text":474,"link":475},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":476,"config":477},"GitLab.com",{"href":139,"dataGaName":478,"dataGaLocation":479},"search login","search",{"text":481,"default":482},"提案",[483,486,491,493,497,501],{"text":154,"config":484},{"href":159,"dataGaName":485,"dataGaLocation":479},"GitLab Duo (AI)",{"text":487,"config":488},"コード提案（AI）",{"href":489,"dataGaName":490,"dataGaLocation":479},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":205,"config":492},{"href":207,"dataGaName":205,"dataGaLocation":479},{"text":494,"config":495},"GitLab on AWS",{"href":496,"dataGaName":494,"dataGaLocation":479},"/ja-jp/partners/technology-partners/aws/",{"text":498,"config":499},"GitLab on Google Cloud",{"href":500,"dataGaName":498,"dataGaLocation":479},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":502,"config":503},"GitLabを選ぶ理由",{"href":166,"dataGaName":504,"dataGaLocation":479},"Why GitLab?",{"freeTrial":506,"mobileIcon":510,"desktopIcon":515},{"text":127,"config":507},{"href":508,"dataGaName":130,"dataGaLocation":509},"https://gitlab.com/-/trials/new/","nav",{"altText":511,"config":512},"GitLabアイコン",{"src":513,"dataGaName":514,"dataGaLocation":509},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":511,"config":516},{"src":517,"dataGaName":514,"dataGaLocation":509},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":519,"mobileIcon":523,"desktopIcon":525},{"text":520,"config":521},"GitLab Duoの詳細について",{"href":159,"dataGaName":522,"dataGaLocation":509},"gitlab duo",{"altText":511,"config":524},{"src":513,"dataGaName":514,"dataGaLocation":509},{"altText":511,"config":526},{"src":517,"dataGaName":514,"dataGaLocation":509},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":532,"_dir":119,"_draft":6,"_partial":6,"_locale":7,"title":533,"button":534,"config":539,"_id":541,"_type":112,"_source":113,"_file":542,"_stem":543,"_extension":116},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":535,"config":536},"ベータ版を試す",{"href":537,"dataGaName":538,"dataGaLocation":125},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":540},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":545,"_dir":119,"_draft":6,"_partial":6,"_locale":7,"data":546,"_id":750,"_type":112,"title":751,"_source":113,"_file":752,"_stem":753,"_extension":116},"/shared/ja-jp/main-footer",{"text":547,"source":548,"edit":554,"contribute":559,"config":564,"items":569,"minimal":742},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":549,"config":550},"ページのソースを表示",{"href":551,"dataGaName":552,"dataGaLocation":553},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":555,"config":556},"このページを編集",{"href":557,"dataGaName":558,"dataGaLocation":553},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":560,"config":561},"ご協力をお願いします",{"href":562,"dataGaName":563,"dataGaLocation":553},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":565,"facebook":566,"youtube":567,"linkedin":568},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[570,593,647,679,714],{"title":143,"links":571,"subMenu":576},[572],{"text":573,"config":574},"DevSecOpsプラットフォーム",{"href":152,"dataGaName":575,"dataGaLocation":553},"devsecops platform",[577],{"title":283,"links":578},[579,583,588],{"text":580,"config":581},"プランの表示",{"href":285,"dataGaName":582,"dataGaLocation":553},"view plans",{"text":584,"config":585},"Premiumを選ぶ理由",{"href":586,"dataGaName":587,"dataGaLocation":553},"/ja-jp/pricing/premium/","why premium",{"text":589,"config":590},"Ultimateを選ぶ理由",{"href":591,"dataGaName":592,"dataGaLocation":553},"/ja-jp/pricing/ultimate/","why ultimate",{"title":594,"links":595},"ソリューション",[596,601,604,606,611,616,620,623,626,631,633,635,637,642],{"text":597,"config":598},"デジタルトランスフォーメーション",{"href":599,"dataGaName":600,"dataGaLocation":553},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":602,"config":603},"セキュリティとコンプライアンス",{"href":225,"dataGaName":232,"dataGaLocation":553},{"text":217,"config":605},{"href":201,"dataGaName":202,"dataGaLocation":553},{"text":607,"config":608},"アジャイル開発",{"href":609,"dataGaName":610,"dataGaLocation":553},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":612,"config":613},"クラウドトランスフォーメーション",{"href":614,"dataGaName":615,"dataGaLocation":553},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":617,"config":618},"SCM",{"href":97,"dataGaName":619,"dataGaLocation":553},"source code management",{"text":205,"config":621},{"href":207,"dataGaName":622,"dataGaLocation":553},"continuous integration & delivery",{"text":255,"config":624},{"href":257,"dataGaName":625,"dataGaLocation":553},"value stream management",{"text":627,"config":628},"GitOps",{"href":629,"dataGaName":630,"dataGaLocation":553},"/ja-jp/solutions/gitops/","gitops",{"text":268,"config":632},{"href":270,"dataGaName":271,"dataGaLocation":553},{"text":273,"config":634},{"href":275,"dataGaName":276,"dataGaLocation":553},{"text":278,"config":636},{"href":280,"dataGaName":281,"dataGaLocation":553},{"text":638,"config":639},"教育",{"href":640,"dataGaName":641,"dataGaLocation":553},"/ja-jp/solutions/education/","education",{"text":643,"config":644},"金融サービス",{"href":645,"dataGaName":646,"dataGaLocation":553},"/ja-jp/solutions/finance/","financial services",{"title":288,"links":648},[649,651,653,655,658,660,663,665,667,669,671,673,675,677],{"text":300,"config":650},{"href":302,"dataGaName":303,"dataGaLocation":553},{"text":305,"config":652},{"href":307,"dataGaName":308,"dataGaLocation":553},{"text":310,"config":654},{"href":312,"dataGaName":313,"dataGaLocation":553},{"text":315,"config":656},{"href":317,"dataGaName":657,"dataGaLocation":553},"docs",{"text":338,"config":659},{"href":340,"dataGaName":341},{"text":661,"config":662},"お客様の成功事例",{"href":335,"dataGaLocation":553},{"text":333,"config":664},{"href":335,"dataGaName":336,"dataGaLocation":553},{"text":343,"config":666},{"href":345,"dataGaName":346,"dataGaLocation":553},{"text":356,"config":668},{"href":358,"dataGaName":359,"dataGaLocation":553},{"text":348,"config":670},{"href":350,"dataGaName":351,"dataGaLocation":553},{"text":361,"config":672},{"href":363,"dataGaName":364,"dataGaLocation":553},{"text":366,"config":674},{"href":368,"dataGaName":369,"dataGaLocation":553},{"text":371,"config":676},{"href":373,"dataGaName":374,"dataGaLocation":553},{"text":376,"config":678},{"href":378,"dataGaName":379,"dataGaLocation":553},{"title":680,"links":681},"Company",[682,684,686,688,690,692,694,698,703,705,707,709],{"text":401,"config":683},{"href":403,"dataGaName":396,"dataGaLocation":553},{"text":406,"config":685},{"href":408,"dataGaName":409,"dataGaLocation":553},{"text":414,"config":687},{"href":416,"dataGaName":417,"dataGaLocation":553},{"text":419,"config":689},{"href":421,"dataGaName":422,"dataGaLocation":553},{"text":424,"config":691},{"href":426,"dataGaName":427,"dataGaLocation":553},{"text":429,"config":693},{"href":431,"dataGaName":432,"dataGaLocation":553},{"text":695,"config":696},"Sustainability",{"href":697,"dataGaName":695,"dataGaLocation":553},"/sustainability/",{"text":699,"config":700},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":701,"dataGaName":702,"dataGaLocation":553},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":434,"config":704},{"href":436,"dataGaName":437,"dataGaLocation":553},{"text":444,"config":706},{"href":446,"dataGaName":447,"dataGaLocation":553},{"text":449,"config":708},{"href":451,"dataGaName":452,"dataGaLocation":553},{"text":710,"config":711},"現代奴隷制の透明性に関する声明",{"href":712,"dataGaName":713,"dataGaLocation":553},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":132,"links":715},[716,718,720,722,727,732,737],{"text":132,"config":717},{"href":134,"dataGaName":135,"dataGaLocation":553},{"text":462,"config":719},{"href":464,"dataGaName":465,"dataGaLocation":553},{"text":467,"config":721},{"href":469,"dataGaName":470,"dataGaLocation":553},{"text":723,"config":724},"ステータス",{"href":725,"dataGaName":726,"dataGaLocation":553},"https://status.gitlab.com/","status",{"text":728,"config":729},"利用規約",{"href":730,"dataGaName":731,"dataGaLocation":553},"/terms/","terms of use",{"text":733,"config":734},"プライバシーに関する声明",{"href":735,"dataGaName":736,"dataGaLocation":553},"/ja-jp/privacy/","privacy statement",{"text":738,"config":739},"Cookieの設定",{"dataGaName":740,"dataGaLocation":553,"id":741,"isOneTrustButton":187},"cookie preferences","ot-sdk-btn",{"items":743},[744,746,748],{"text":728,"config":745},{"href":730,"dataGaName":731,"dataGaLocation":553},{"text":733,"config":747},{"href":735,"dataGaName":736,"dataGaLocation":553},{"text":738,"config":749},{"dataGaName":740,"dataGaLocation":553,"id":741,"isOneTrustButton":187},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":755,"_dir":119,"_draft":6,"_partial":6,"_locale":7,"header":756,"eyebrow":757,"blurb":758,"button":759,"secondaryButton":763,"_id":765,"_type":112,"title":766,"_source":113,"_file":767,"_stem":768,"_extension":116},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":127,"config":760},{"href":761,"dataGaName":130,"dataGaLocation":762},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":132,"config":764},{"href":134,"dataGaName":135,"dataGaLocation":762},"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":770,"content":771,"_id":111,"_type":112,"title":7,"_source":113,"_file":114,"_stem":115,"_extension":116},{"title":9,"description":10},[772,780,783,803,827],{"type":13,"componentName":13,"componentContent":773},{"crumbs":774},[775,777,779],{"title":17,"config":776},{"href":19},{"title":21,"config":778},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":781},{"title":9,"text":29,"config":782},{"id":9,"twoColumns":6},{"type":32,"componentName":32,"componentContent":784},{"anchors":785,"components":793},{"text":35,"data":786},[787,789,791],{"text":38,"config":788},{"href":40},{"text":42,"config":790},{"href":44},{"text":46,"config":792},{"href":48},[794,797,800],{"type":51,"componentName":51,"componentContent":795},{"header":38,"text":53,"config":796},{"id":55},{"type":51,"componentName":51,"componentContent":798},{"header":42,"text":58,"config":799},{"id":60},{"type":51,"componentName":51,"componentContent":801},{"header":46,"text":63,"config":802},{"id":65},{"type":67,"componentName":67,"componentContent":804},{"header":69,"tabs":805},[806,814],{"name":72,"items":807,"config":813},[808],{"header":75,"type":72,"image":809,"link":811},{"altText":75,"config":810},{"src":78},{"text":80,"config":812},{"href":82,"icon":83,"modal":6},{"key":72},{"name":86,"items":815,"config":826},[816,821],{"header":89,"type":90,"image":817,"link":819},{"altText":89,"config":818},{"src":93},{"text":95,"config":820},{"href":97,"icon":98,"modal":6},{"header":100,"type":90,"image":822,"link":824},{"altText":100,"config":823},{"src":103},{"text":105,"config":825},{"href":107,"icon":98,"modal":6},{"key":86},{"type":110,"componentName":110},1761814445779]