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