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