[{"data":1,"prerenderedAt":790},["ShallowReactive",2],{"/ja-jp/topics/version-control/benefits-distributed-version-control-system":3,"navigation-ja-jp":117,"banner-ja-jp":536,"footer-ja-jp":546,"next-steps-ja-jp":781},{"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",{"logo":118,"freeTrial":123,"sales":128,"login":133,"items":138,"search":456,"minimal":489,"duo":506,"switchNav":515,"pricingDeployment":526},{"config":119},{"href":120,"dataGaName":121,"dataGaLocation":122},"/ja-jp/","gitlab logo","header",{"text":124,"config":125},"無料トライアルを開始",{"href":126,"dataGaName":127,"dataGaLocation":122},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":129,"config":130},"お問い合わせ",{"href":131,"dataGaName":132,"dataGaLocation":122},"/ja-jp/sales/","sales",{"text":134,"config":135},"サインイン",{"href":136,"dataGaName":137,"dataGaLocation":122},"https://gitlab.com/users/sign_in/","sign in",[139,167,268,273,376,437],{"text":140,"config":141,"menu":143},"プラットフォーム",{"dataNavLevelOne":142},"platform",{"type":144,"columns":145},"cards",[146,152,160],{"title":140,"description":147,"link":148},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":149,"config":150},"プラットフォームを探索",{"href":151,"dataGaName":142,"dataGaLocation":122},"/ja-jp/platform/",{"title":153,"description":154,"link":155},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":156,"config":157},"GitLab Duoのご紹介",{"href":158,"dataGaName":159,"dataGaLocation":122},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":161,"description":162,"link":163},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":93,"config":164},{"href":165,"dataGaName":166,"dataGaLocation":122},"/ja-jp/why-gitlab/","why gitlab",{"text":168,"left":111,"config":169,"menu":171},"製品",{"dataNavLevelOne":170},"solutions",{"type":172,"link":173,"columns":177,"feature":247},"lists",{"text":174,"config":175},"すべてのソリューションを表示",{"href":176,"dataGaName":170,"dataGaLocation":122},"/ja-jp/solutions/",[178,202,225],{"title":179,"description":180,"link":181,"items":186},"自動化","CI/CDと自動化でデプロイを加速",{"config":182},{"icon":183,"href":184,"dataGaName":185,"dataGaLocation":122},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[187,191,194,198],{"text":188,"config":189},"CI/CD",{"href":190,"dataGaLocation":122,"dataGaName":188},"/ja-jp/solutions/continuous-integration/",{"text":153,"config":192},{"href":158,"dataGaLocation":122,"dataGaName":193},"gitlab duo agent platform - product menu",{"text":195,"config":196},"ソースコード管理",{"href":95,"dataGaLocation":122,"dataGaName":197},"Source Code Management",{"text":199,"config":200},"自動化されたソフトウェアデリバリー",{"href":184,"dataGaLocation":122,"dataGaName":201},"Automated software delivery",{"title":203,"description":204,"link":205,"items":210},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":206},{"href":207,"dataGaName":208,"dataGaLocation":122,"icon":209},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[211,215,220],{"text":212,"config":213},"アプリケーションセキュリティテスト",{"href":207,"dataGaName":214,"dataGaLocation":122},"Application security testing",{"text":216,"config":217},"ソフトウェアサプライチェーンの安全性",{"href":218,"dataGaLocation":122,"dataGaName":219},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":221,"config":222},"ソフトウェアコンプライアンス",{"href":223,"dataGaName":224,"dataGaLocation":122},"/ja-jp/solutions/software-compliance/","software compliance",{"title":226,"link":227,"items":232},"測定",{"config":228},{"icon":229,"href":230,"dataGaName":231,"dataGaLocation":122},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[233,237,242],{"text":234,"config":235},"可視性と測定",{"href":230,"dataGaLocation":122,"dataGaName":236},"Visibility and Measurement",{"text":238,"config":239},"バリューストリーム管理",{"href":240,"dataGaLocation":122,"dataGaName":241},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":243,"config":244},"分析とインサイト",{"href":245,"dataGaLocation":122,"dataGaName":246},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":248,"type":172,"items":249},"GitLabが活躍する場所",[250,256,262],{"text":251,"config":252},"エンタープライズ",{"icon":253,"href":254,"dataGaLocation":122,"dataGaName":255},"Building","/ja-jp/enterprise/","enterprise",{"text":257,"config":258},"スモールビジネス",{"icon":259,"href":260,"dataGaLocation":122,"dataGaName":261},"Work","/ja-jp/small-business/","small business",{"text":263,"config":264},"公共部門",{"icon":265,"href":266,"dataGaLocation":122,"dataGaName":267},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":269,"config":270},"価格",{"href":271,"dataGaName":272,"dataGaLocation":122,"dataNavLevelOne":272},"/ja-jp/pricing/","pricing",{"text":274,"config":275,"menu":277},"リソース",{"dataNavLevelOne":276},"resources",{"type":172,"link":278,"columns":282,"feature":362},{"text":279,"config":280},"すべてのリソースを表示",{"href":281,"dataGaName":276,"dataGaLocation":122},"/ja-jp/resources/",[283,316,334],{"title":284,"items":285},"はじめに",[286,291,296,301,306,311],{"text":287,"config":288},"インストール",{"href":289,"dataGaName":290,"dataGaLocation":122},"/ja-jp/install/","install",{"text":292,"config":293},"クイックスタートガイド",{"href":294,"dataGaName":295,"dataGaLocation":122},"/ja-jp/get-started/","quick setup checklists",{"text":297,"config":298},"学ぶ",{"href":299,"dataGaLocation":122,"dataGaName":300},"https://university.gitlab.com/","learn",{"text":302,"config":303},"製品ドキュメント",{"href":304,"dataGaName":305,"dataGaLocation":122},"https://docs.gitlab.com/ja-jp/","product documentation",{"text":307,"config":308},"ベストプラクティスビデオ",{"href":309,"dataGaName":310,"dataGaLocation":122},"/ja-jp/getting-started-videos/","best practice videos",{"text":312,"config":313},"インテグレーション",{"href":314,"dataGaName":315,"dataGaLocation":122},"/ja-jp/integrations/","integrations",{"title":317,"items":318},"検索する",[319,324,329],{"text":320,"config":321},"お客様成功事例",{"href":322,"dataGaName":323,"dataGaLocation":122},"/ja-jp/customers/","customer success stories",{"text":325,"config":326},"ブログ",{"href":327,"dataGaName":328,"dataGaLocation":122},"/ja-jp/blog/","blog",{"text":330,"config":331},"リモート",{"href":332,"dataGaName":333,"dataGaLocation":122},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":335,"items":336},"つなげる",[337,342,347,352,357],{"text":338,"config":339},"GitLabサービス",{"href":340,"dataGaName":341,"dataGaLocation":122},"/ja-jp/services/","services",{"text":343,"config":344},"コミュニティ",{"href":345,"dataGaName":346,"dataGaLocation":122},"/community/","community",{"text":348,"config":349},"フォーラム",{"href":350,"dataGaName":351,"dataGaLocation":122},"https://forum.gitlab.com/","forum",{"text":353,"config":354},"イベント",{"href":355,"dataGaName":356,"dataGaLocation":122},"/events/","events",{"text":358,"config":359},"パートナー",{"href":360,"dataGaName":361,"dataGaLocation":122},"/ja-jp/partners/","partners",{"config":363,"text":366,"image":367,"link":371},{"background":364,"textColor":365},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":368,"config":369},"ソースプロモカード",{"src":370},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":372,"config":373},"最新情報を読む",{"href":374,"dataGaName":375,"dataGaLocation":122},"/ja-jp/the-source/","the source",{"text":377,"config":378,"menu":380},"会社情報",{"dataNavLevelOne":379},"company",{"type":172,"columns":381},[382],{"items":383},[384,389,395,397,402,407,412,417,422,427,432],{"text":385,"config":386},"GitLabについて",{"href":387,"dataGaName":388,"dataGaLocation":122},"/ja-jp/company/","about",{"text":390,"config":391,"footerGa":394},"採用情報",{"href":392,"dataGaName":393,"dataGaLocation":122},"/jobs/","jobs",{"dataGaName":393},{"text":353,"config":396},{"href":355,"dataGaName":356,"dataGaLocation":122},{"text":398,"config":399},"経営陣",{"href":400,"dataGaName":401,"dataGaLocation":122},"/company/team/e-group/","leadership",{"text":403,"config":404},"チーム",{"href":405,"dataGaName":406,"dataGaLocation":122},"/company/team/","team",{"text":408,"config":409},"ハンドブック",{"href":410,"dataGaName":411,"dataGaLocation":122},"https://handbook.gitlab.com/","handbook",{"text":413,"config":414},"投資家向け情報",{"href":415,"dataGaName":416,"dataGaLocation":122},"https://ir.gitlab.com/","investor relations",{"text":418,"config":419},"トラストセンター",{"href":420,"dataGaName":421,"dataGaLocation":122},"/ja-jp/security/","trust center",{"text":423,"config":424},"AI Transparency Center",{"href":425,"dataGaName":426,"dataGaLocation":122},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":428,"config":429},"ニュースレター",{"href":430,"dataGaName":431,"dataGaLocation":122},"/company/contact/#contact-forms","newsletter",{"text":433,"config":434},"プレス",{"href":435,"dataGaName":436,"dataGaLocation":122},"/press/","press",{"text":129,"config":438,"menu":439},{"dataNavLevelOne":379},{"type":172,"columns":440},[441],{"items":442},[443,446,451],{"text":129,"config":444},{"href":131,"dataGaName":445,"dataGaLocation":122},"talk to sales",{"text":447,"config":448},"サポートを受ける",{"href":449,"dataGaName":450,"dataGaLocation":122},"https://support.gitlab.com","support portal",{"text":452,"config":453},"カスタマーポータル",{"href":454,"dataGaName":455,"dataGaLocation":122},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":457,"login":458,"suggestions":465},"閉じる",{"text":459,"link":460},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":461,"config":462},"GitLab.com",{"href":136,"dataGaName":463,"dataGaLocation":464},"search login","search",{"text":466,"default":467},"提案",[468,470,475,477,481,485],{"text":153,"config":469},{"href":158,"dataGaName":153,"dataGaLocation":464},{"text":471,"config":472},"コード提案（AI）",{"href":473,"dataGaName":474,"dataGaLocation":464},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":188,"config":476},{"href":190,"dataGaName":188,"dataGaLocation":464},{"text":478,"config":479},"GitLab on AWS",{"href":480,"dataGaName":478,"dataGaLocation":464},"/ja-jp/partners/technology-partners/aws/",{"text":482,"config":483},"GitLab on Google Cloud",{"href":484,"dataGaName":482,"dataGaLocation":464},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":486,"config":487},"GitLabを選ぶ理由",{"href":165,"dataGaName":488,"dataGaLocation":464},"Why GitLab?",{"freeTrial":490,"mobileIcon":494,"desktopIcon":499,"secondaryButton":502},{"text":124,"config":491},{"href":492,"dataGaName":127,"dataGaLocation":493},"https://gitlab.com/-/trials/new/","nav",{"altText":495,"config":496},"GitLabアイコン",{"src":497,"dataGaName":498,"dataGaLocation":493},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":495,"config":500},{"src":501,"dataGaName":498,"dataGaLocation":493},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":284,"config":503},{"href":504,"dataGaName":505,"dataGaLocation":493},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":507,"mobileIcon":511,"desktopIcon":513},{"text":508,"config":509},"GitLab Duoの詳細について",{"href":158,"dataGaName":510,"dataGaLocation":493},"gitlab duo",{"altText":495,"config":512},{"src":497,"dataGaName":498,"dataGaLocation":493},{"altText":495,"config":514},{"src":501,"dataGaName":498,"dataGaLocation":493},{"button":516,"mobileIcon":521,"desktopIcon":523},{"text":517,"config":518},"/switch",{"href":519,"dataGaName":520,"dataGaLocation":493},"#contact","switch",{"altText":495,"config":522},{"src":497,"dataGaName":498,"dataGaLocation":493},{"altText":495,"config":524},{"src":525,"dataGaName":498,"dataGaLocation":493},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":527,"mobileIcon":532,"desktopIcon":534},{"text":528,"config":529},"価格ページに戻る",{"href":271,"dataGaName":530,"dataGaLocation":493,"icon":531},"back to pricing","GoBack",{"altText":495,"config":533},{"src":497,"dataGaName":498,"dataGaLocation":493},{"altText":495,"config":535},{"src":501,"dataGaName":498,"dataGaLocation":493},{"title":537,"button":538,"config":543},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":539,"config":540},"6月10日のGitLab Transcendに申し込む",{"href":541,"dataGaName":542,"dataGaLocation":122},"/ja-jp/releases/whats-new/#sign-up","transcend event",{"layout":544,"icon":545,"disabled":28},"release","AiStar",{"data":547},{"text":548,"source":549,"edit":555,"contribute":560,"config":565,"items":570,"minimal":772},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":550,"config":551},"ページのソースを表示",{"href":552,"dataGaName":553,"dataGaLocation":554},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":556,"config":557},"このページを編集",{"href":558,"dataGaName":559,"dataGaLocation":554},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":561,"config":562},"ご協力をお願いします",{"href":563,"dataGaName":564,"dataGaLocation":554},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":566,"facebook":567,"youtube":568,"linkedin":569},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[571,616,668,711,738],{"title":269,"links":572,"subMenu":587},[573,577,582],{"text":574,"config":575},"プランの表示",{"href":271,"dataGaName":576,"dataGaLocation":554},"view plans",{"text":578,"config":579},"Premiumを選ぶ理由",{"href":580,"dataGaName":581,"dataGaLocation":554},"/ja-jp/pricing/premium/","why premium",{"text":583,"config":584},"Ultimateを選ぶ理由",{"href":585,"dataGaName":586,"dataGaLocation":554},"/ja-jp/pricing/ultimate/","why ultimate",[588],{"title":129,"links":589},[590,592,594,596,601,606,611],{"text":129,"config":591},{"href":131,"dataGaName":132,"dataGaLocation":554},{"text":447,"config":593},{"href":449,"dataGaName":450,"dataGaLocation":554},{"text":452,"config":595},{"href":454,"dataGaName":455,"dataGaLocation":554},{"text":597,"config":598},"ステータス",{"href":599,"dataGaName":600,"dataGaLocation":554},"https://status.gitlab.com/","status",{"text":602,"config":603},"利用規約",{"href":604,"dataGaName":605,"dataGaLocation":554},"/terms/","terms of use",{"text":607,"config":608},"プライバシーに関する声明",{"href":609,"dataGaName":610,"dataGaLocation":554},"/ja-jp/privacy/","privacy statement",{"text":612,"config":613},"Cookie 優先設定",{"dataGaName":614,"dataGaLocation":554,"id":615,"isOneTrustButton":111},"cookie preferences","ot-sdk-btn",{"title":168,"links":617,"subMenu":626},[618,622],{"text":619,"config":620},"DevSecOpsプラットフォーム",{"href":151,"dataGaName":621,"dataGaLocation":554},"devsecops platform",{"text":623,"config":624},"AI支援開発",{"href":158,"dataGaName":625,"dataGaLocation":554},"ai-assisted development",[627],{"title":628,"links":629},"トピック",[630,634,639,644,648,653,658,663],{"text":188,"config":631},{"href":632,"dataGaName":633,"dataGaLocation":554},"/ja-jp/topics/ci-cd/","cicd",{"text":635,"config":636},"GitOps",{"href":637,"dataGaName":638,"dataGaLocation":554},"/ja-jp/topics/gitops/","gitops",{"text":640,"config":641},"DevOps",{"href":642,"dataGaName":643,"dataGaLocation":554},"/ja-jp/topics/devops/","devops",{"text":645,"config":646},"バージョン管理",{"href":19,"dataGaName":647,"dataGaLocation":554},"version control",{"text":649,"config":650},"DevSecOps",{"href":651,"dataGaName":652,"dataGaLocation":554},"/ja-jp/topics/devsecops/","devsecops",{"text":654,"config":655},"クラウドネイティブ",{"href":656,"dataGaName":657,"dataGaLocation":554},"/ja-jp/topics/cloud-native/","cloud native",{"text":659,"config":660},"コーディングのためのAI",{"href":661,"dataGaName":662,"dataGaLocation":554},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":664,"config":665},"エージェント型AI",{"href":666,"dataGaName":667,"dataGaLocation":554},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":669,"links":670},"ソリューション",[671,674,676,681,685,688,691,694,696,698,701,706],{"text":212,"config":672},{"href":207,"dataGaName":673,"dataGaLocation":554},"Application Security Testing",{"text":199,"config":675},{"href":184,"dataGaName":185,"dataGaLocation":554},{"text":677,"config":678},"アジャイル開発",{"href":679,"dataGaName":680,"dataGaLocation":554},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":682,"config":683},"SCM",{"href":95,"dataGaName":684,"dataGaLocation":554},"source code management",{"text":188,"config":686},{"href":190,"dataGaName":687,"dataGaLocation":554},"continuous integration & delivery",{"text":238,"config":689},{"href":240,"dataGaName":690,"dataGaLocation":554},"value stream management",{"text":635,"config":692},{"href":693,"dataGaName":638,"dataGaLocation":554},"/ja-jp/solutions/gitops/",{"text":251,"config":695},{"href":254,"dataGaName":255,"dataGaLocation":554},{"text":257,"config":697},{"href":260,"dataGaName":261,"dataGaLocation":554},{"text":699,"config":700},"公共機関",{"href":266,"dataGaName":267,"dataGaLocation":554},{"text":702,"config":703},"教育",{"href":704,"dataGaName":705,"dataGaLocation":554},"/ja-jp/solutions/education/","education",{"text":707,"config":708},"金融サービス",{"href":709,"dataGaName":710,"dataGaLocation":554},"/ja-jp/solutions/finance/","financial services",{"title":274,"links":712},[713,715,717,719,722,724,726,728,730,732,734,736],{"text":287,"config":714},{"href":289,"dataGaName":290,"dataGaLocation":554},{"text":292,"config":716},{"href":294,"dataGaName":295,"dataGaLocation":554},{"text":297,"config":718},{"href":299,"dataGaName":300,"dataGaLocation":554},{"text":302,"config":720},{"href":304,"dataGaName":721,"dataGaLocation":554},"docs",{"text":325,"config":723},{"href":327,"dataGaName":328,"dataGaLocation":554},{"text":320,"config":725},{"href":322,"dataGaName":323,"dataGaLocation":554},{"text":330,"config":727},{"href":332,"dataGaName":333,"dataGaLocation":554},{"text":338,"config":729},{"href":340,"dataGaName":341,"dataGaLocation":554},{"text":343,"config":731},{"href":345,"dataGaName":346,"dataGaLocation":554},{"text":348,"config":733},{"href":350,"dataGaName":351,"dataGaLocation":554},{"text":353,"config":735},{"href":355,"dataGaName":356,"dataGaLocation":554},{"text":358,"config":737},{"href":360,"dataGaName":361,"dataGaLocation":554},{"title":377,"links":739},[740,742,744,746,748,750,752,756,761,763,765,767],{"text":385,"config":741},{"href":387,"dataGaName":379,"dataGaLocation":554},{"text":390,"config":743},{"href":392,"dataGaName":393,"dataGaLocation":554},{"text":398,"config":745},{"href":400,"dataGaName":401,"dataGaLocation":554},{"text":403,"config":747},{"href":405,"dataGaName":406,"dataGaLocation":554},{"text":408,"config":749},{"href":410,"dataGaName":411,"dataGaLocation":554},{"text":413,"config":751},{"href":415,"dataGaName":416,"dataGaLocation":554},{"text":753,"config":754},"Sustainability",{"href":755,"dataGaName":753,"dataGaLocation":554},"/sustainability/",{"text":757,"config":758},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":759,"dataGaName":760,"dataGaLocation":554},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":418,"config":762},{"href":420,"dataGaName":421,"dataGaLocation":554},{"text":428,"config":764},{"href":430,"dataGaName":431,"dataGaLocation":554},{"text":433,"config":766},{"href":435,"dataGaName":436,"dataGaLocation":554},{"text":768,"config":769},"現代奴隷制の透明性に関する声明",{"href":770,"dataGaName":771,"dataGaLocation":554},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":773},[774,776,779],{"text":602,"config":775},{"href":604,"dataGaName":605,"dataGaLocation":554},{"text":777,"config":778},"Cookieの設定",{"dataGaName":614,"dataGaLocation":554,"id":615,"isOneTrustButton":111},{"text":607,"config":780},{"href":609,"dataGaName":610,"dataGaLocation":554},{"header":782,"blurb":783,"button":784,"secondaryButton":788},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":124,"config":785},{"href":786,"dataGaName":127,"dataGaLocation":787},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":129,"config":789},{"href":131,"dataGaName":132,"dataGaLocation":787},1777934838301]