[{"data":1,"prerenderedAt":751},["ShallowReactive",2],{"/ja-jp/topics/version-control/what-is-centralized-version-control-system":3,"navigation-ja-jp":129,"banner-ja-jp":526,"footer-ja-jp":536,"next-steps-ja-jp":742},{"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":456,"minimal":489,"duo":506,"pricingDeployment":516},{"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&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,273,278,378,438],{"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":255},"製品",{"dataNavLevelOne":181},"solutions",{"text":183,"config":184},"すべてのソリューションを表示",{"href":185,"dataGaName":181,"dataGaLocation":135},"/ja-jp/solutions/",[187,211,233],{"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},"Application Security Testing",{"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},"Software Compliance",{"href":232,"dataGaName":230,"dataGaLocation":135},"/ja-jp/solutions/software-compliance/",{"title":234,"link":235,"items":240},"測定",{"config":236},{"icon":237,"href":238,"dataGaName":239,"dataGaLocation":135},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[241,245,250],{"text":242,"config":243},"可視性と測定",{"href":238,"dataGaLocation":135,"dataGaName":244},"Visibility and Measurement",{"text":246,"config":247},"バリューストリーム管理",{"href":248,"dataGaLocation":135,"dataGaName":249},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":251,"config":252},"分析とインサイト",{"href":253,"dataGaLocation":135,"dataGaName":254},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":256,"items":257},"GitLabが活躍する場所",[258,263,268],{"text":259,"config":260},"Enterprise",{"href":261,"dataGaLocation":135,"dataGaName":262},"/ja-jp/enterprise/","enterprise",{"text":264,"config":265},"スモールビジネス",{"href":266,"dataGaLocation":135,"dataGaName":267},"/ja-jp/small-business/","small business",{"text":269,"config":270},"公共機関",{"href":271,"dataGaLocation":135,"dataGaName":272},"/ja-jp/solutions/public-sector/","public sector",{"text":274,"config":275},"価格",{"href":276,"dataGaName":277,"dataGaLocation":135,"dataNavLevelOne":277},"/ja-jp/pricing/","pricing",{"text":279,"config":280,"link":281,"lists":285,"feature":365},"関連リソース",{"dataNavLevelOne":96},{"text":282,"config":283},"すべてのリソースを表示",{"href":284,"dataGaName":96,"dataGaLocation":135},"/ja-jp/resources/",[286,319,337],{"title":287,"items":288},"はじめに",[289,294,299,304,309,314],{"text":290,"config":291},"インストール",{"href":292,"dataGaName":293,"dataGaLocation":135},"/ja-jp/install/","install",{"text":295,"config":296},"クイックスタートガイド",{"href":297,"dataGaName":298,"dataGaLocation":135},"/ja-jp/get-started/","quick setup checklists",{"text":300,"config":301},"学ぶ",{"href":302,"dataGaLocation":135,"dataGaName":303},"https://university.gitlab.com/","learn",{"text":305,"config":306},"製品ドキュメント",{"href":307,"dataGaName":308,"dataGaLocation":135},"https://docs.gitlab.com/","product documentation",{"text":310,"config":311},"ベストプラクティスビデオ",{"href":312,"dataGaName":313,"dataGaLocation":135},"/ja-jp/getting-started-videos/","best practice videos",{"text":315,"config":316},"インテグレーション",{"href":317,"dataGaName":318,"dataGaLocation":135},"/ja-jp/integrations/","integrations",{"title":320,"items":321},"検索する",[322,327,332],{"text":323,"config":324},"お客様成功事例",{"href":325,"dataGaName":326,"dataGaLocation":135},"/ja-jp/customers/","customer success stories",{"text":328,"config":329},"ブログ",{"href":330,"dataGaName":331,"dataGaLocation":135},"/ja-jp/blog/","blog",{"text":333,"config":334},"リモート",{"href":335,"dataGaName":336,"dataGaLocation":135},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":338,"items":339},"つなげる",[340,345,350,355,360],{"text":341,"config":342},"GitLabサービス",{"href":343,"dataGaName":344,"dataGaLocation":135},"/ja-jp/services/","services",{"text":346,"config":347},"コミュニティ",{"href":348,"dataGaName":349,"dataGaLocation":135},"/community/","community",{"text":351,"config":352},"フォーラム",{"href":353,"dataGaName":354,"dataGaLocation":135},"https://forum.gitlab.com/","forum",{"text":356,"config":357},"イベント",{"href":358,"dataGaName":359,"dataGaLocation":135},"/events/","events",{"text":361,"config":362},"パートナー",{"href":363,"dataGaName":364,"dataGaLocation":135},"/ja-jp/partners/","partners",{"backgroundColor":366,"textColor":367,"text":368,"image":369,"link":373},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":370,"config":371},"ソースプロモカード",{"src":372},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":374,"config":375},"最新情報を読む",{"href":376,"dataGaName":377,"dataGaLocation":135},"/ja-jp/the-source/","the source",{"text":379,"config":380,"lists":382},"会社情報",{"dataNavLevelOne":381},"company",[383],{"items":384},[385,390,396,398,403,408,413,418,423,428,433],{"text":386,"config":387},"GitLabについて",{"href":388,"dataGaName":389,"dataGaLocation":135},"/ja-jp/company/","about",{"text":391,"config":392,"footerGa":395},"採用情報",{"href":393,"dataGaName":394,"dataGaLocation":135},"/jobs/","jobs",{"dataGaName":394},{"text":356,"config":397},{"href":358,"dataGaName":359,"dataGaLocation":135},{"text":399,"config":400},"経営陣",{"href":401,"dataGaName":402,"dataGaLocation":135},"/company/team/e-group/","leadership",{"text":404,"config":405},"チーム",{"href":406,"dataGaName":407,"dataGaLocation":135},"/company/team/","team",{"text":409,"config":410},"ハンドブック",{"href":411,"dataGaName":412,"dataGaLocation":135},"https://handbook.gitlab.com/","handbook",{"text":414,"config":415},"投資家向け情報",{"href":416,"dataGaName":417,"dataGaLocation":135},"https://ir.gitlab.com/","investor relations",{"text":419,"config":420},"トラストセンター",{"href":421,"dataGaName":422,"dataGaLocation":135},"/ja-jp/security/","trust center",{"text":424,"config":425},"AI Transparency Center",{"href":426,"dataGaName":427,"dataGaLocation":135},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":429,"config":430},"ニュースレター",{"href":431,"dataGaName":432,"dataGaLocation":135},"/company/contact/#contact-forms","newsletter",{"text":434,"config":435},"プレス",{"href":436,"dataGaName":437,"dataGaLocation":135},"/press/","press",{"text":142,"config":439,"lists":440},{"dataNavLevelOne":381},[441],{"items":442},[443,446,451],{"text":142,"config":444},{"href":144,"dataGaName":445,"dataGaLocation":135},"talk to sales",{"text":447,"config":448},"サポートポータル",{"href":449,"dataGaName":450,"dataGaLocation":135},"https://support.gitlab.com","support portal",{"text":452,"config":453},"カスタマーポータル",{"href":454,"dataGaName":455,"dataGaLocation":135},"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":149,"dataGaName":463,"dataGaLocation":464},"search login","search",{"text":466,"default":467},"提案",[468,470,475,477,481,485],{"text":164,"config":469},{"href":169,"dataGaName":164,"dataGaLocation":464},{"text":471,"config":472},"コード提案（AI）",{"href":473,"dataGaName":474,"dataGaLocation":464},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":197,"config":476},{"href":199,"dataGaName":197,"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":176,"dataGaName":488,"dataGaLocation":464},"Why GitLab?",{"freeTrial":490,"mobileIcon":494,"desktopIcon":499,"secondaryButton":502},{"text":137,"config":491},{"href":492,"dataGaName":140,"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":287,"config":503},{"href":504,"dataGaName":505,"dataGaLocation":493},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/compare/gitlab-vs-github/","get started",{"freeTrial":507,"mobileIcon":512,"desktopIcon":514},{"text":508,"config":509},"GitLab Duoの詳細について",{"href":510,"dataGaName":511,"dataGaLocation":493},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":495,"config":513},{"src":497,"dataGaName":498,"dataGaLocation":493},{"altText":495,"config":515},{"src":501,"dataGaName":498,"dataGaLocation":493},{"freeTrial":517,"mobileIcon":522,"desktopIcon":524},{"text":518,"config":519},"料金ページに戻る",{"href":276,"dataGaName":520,"dataGaLocation":493,"icon":521},"back to pricing","GoBack",{"altText":495,"config":523},{"src":497,"dataGaName":498,"dataGaLocation":493},{"altText":495,"config":525},{"src":501,"dataGaName":498,"dataGaLocation":493},{"title":527,"button":528,"config":533},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":529,"config":530},"GitLab Transcendを今すぐ視聴",{"href":531,"dataGaName":532,"dataGaLocation":135},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":534,"icon":535},"release","AiStar",{"data":537},{"text":538,"source":539,"edit":545,"contribute":550,"config":555,"items":560,"minimal":734},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":540,"config":541},"ページのソースを表示",{"href":542,"dataGaName":543,"dataGaLocation":544},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":546,"config":547},"このページを編集",{"href":548,"dataGaName":549,"dataGaLocation":544},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":551,"config":552},"ご協力をお願いします",{"href":553,"dataGaName":554,"dataGaLocation":544},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":556,"facebook":557,"youtube":558,"linkedin":559},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[561,584,638,668,703],{"title":153,"links":562,"subMenu":567},[563],{"text":564,"config":565},"DevSecOpsプラットフォーム",{"href":162,"dataGaName":566,"dataGaLocation":544},"devsecops platform",[568],{"title":274,"links":569},[570,574,579],{"text":571,"config":572},"プランの表示",{"href":276,"dataGaName":573,"dataGaLocation":544},"view plans",{"text":575,"config":576},"Premiumを選ぶ理由",{"href":577,"dataGaName":578,"dataGaLocation":544},"/ja-jp/pricing/premium/","why premium",{"text":580,"config":581},"Ultimateを選ぶ理由",{"href":582,"dataGaName":583,"dataGaLocation":544},"/ja-jp/pricing/ultimate/","why ultimate",{"title":585,"links":586},"ソリューション",[587,592,595,597,602,607,611,614,617,622,624,626,628,633],{"text":588,"config":589},"デジタルトランスフォーメーション",{"href":590,"dataGaName":591,"dataGaLocation":544},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":593,"config":594},"セキュリティとコンプライアンス",{"href":216,"dataGaName":223,"dataGaLocation":544},{"text":208,"config":596},{"href":193,"dataGaName":194,"dataGaLocation":544},{"text":598,"config":599},"アジャイル開発",{"href":600,"dataGaName":601,"dataGaLocation":544},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":603,"config":604},"クラウドトランスフォーメーション",{"href":605,"dataGaName":606,"dataGaLocation":544},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":608,"config":609},"SCM",{"href":89,"dataGaName":610,"dataGaLocation":544},"source code management",{"text":197,"config":612},{"href":199,"dataGaName":613,"dataGaLocation":544},"continuous integration & delivery",{"text":246,"config":615},{"href":248,"dataGaName":616,"dataGaLocation":544},"value stream management",{"text":618,"config":619},"GitOps",{"href":620,"dataGaName":621,"dataGaLocation":544},"/ja-jp/solutions/gitops/","gitops",{"text":259,"config":623},{"href":261,"dataGaName":262,"dataGaLocation":544},{"text":264,"config":625},{"href":266,"dataGaName":267,"dataGaLocation":544},{"text":269,"config":627},{"href":271,"dataGaName":272,"dataGaLocation":544},{"text":629,"config":630},"教育",{"href":631,"dataGaName":632,"dataGaLocation":544},"/ja-jp/solutions/education/","education",{"text":634,"config":635},"金融サービス",{"href":636,"dataGaName":637,"dataGaLocation":544},"/ja-jp/solutions/finance/","financial services",{"title":279,"links":639},[640,642,644,646,649,651,654,656,658,660,662,664,666],{"text":290,"config":641},{"href":292,"dataGaName":293,"dataGaLocation":544},{"text":295,"config":643},{"href":297,"dataGaName":298,"dataGaLocation":544},{"text":300,"config":645},{"href":302,"dataGaName":303,"dataGaLocation":544},{"text":305,"config":647},{"href":307,"dataGaName":648,"dataGaLocation":544},"docs",{"text":328,"config":650},{"href":330,"dataGaName":331},{"text":652,"config":653},"お客様の成功事例",{"href":325,"dataGaLocation":544},{"text":323,"config":655},{"href":325,"dataGaName":326,"dataGaLocation":544},{"text":333,"config":657},{"href":335,"dataGaName":336,"dataGaLocation":544},{"text":341,"config":659},{"href":343,"dataGaName":344,"dataGaLocation":544},{"text":346,"config":661},{"href":348,"dataGaName":349,"dataGaLocation":544},{"text":351,"config":663},{"href":353,"dataGaName":354,"dataGaLocation":544},{"text":356,"config":665},{"href":358,"dataGaName":359,"dataGaLocation":544},{"text":361,"config":667},{"href":363,"dataGaName":364,"dataGaLocation":544},{"title":669,"links":670},"Company",[671,673,675,677,679,681,683,687,692,694,696,698],{"text":386,"config":672},{"href":388,"dataGaName":381,"dataGaLocation":544},{"text":391,"config":674},{"href":393,"dataGaName":394,"dataGaLocation":544},{"text":399,"config":676},{"href":401,"dataGaName":402,"dataGaLocation":544},{"text":404,"config":678},{"href":406,"dataGaName":407,"dataGaLocation":544},{"text":409,"config":680},{"href":411,"dataGaName":412,"dataGaLocation":544},{"text":414,"config":682},{"href":416,"dataGaName":417,"dataGaLocation":544},{"text":684,"config":685},"Sustainability",{"href":686,"dataGaName":684,"dataGaLocation":544},"/sustainability/",{"text":688,"config":689},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":690,"dataGaName":691,"dataGaLocation":544},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":419,"config":693},{"href":421,"dataGaName":422,"dataGaLocation":544},{"text":429,"config":695},{"href":431,"dataGaName":432,"dataGaLocation":544},{"text":434,"config":697},{"href":436,"dataGaName":437,"dataGaLocation":544},{"text":699,"config":700},"現代奴隷制の透明性に関する声明",{"href":701,"dataGaName":702,"dataGaLocation":544},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":142,"links":704},[705,707,712,714,719,724,729],{"text":142,"config":706},{"href":144,"dataGaName":145,"dataGaLocation":544},{"text":708,"config":709},"サポートを受ける",{"href":710,"dataGaName":711,"dataGaLocation":544},"/support/","get help",{"text":452,"config":713},{"href":454,"dataGaName":455,"dataGaLocation":544},{"text":715,"config":716},"ステータス",{"href":717,"dataGaName":718,"dataGaLocation":544},"https://status.gitlab.com/","status",{"text":720,"config":721},"利用規約",{"href":722,"dataGaName":723,"dataGaLocation":544},"/terms/","terms of use",{"text":725,"config":726},"プライバシーに関する声明",{"href":727,"dataGaName":728,"dataGaLocation":544},"/ja-jp/privacy/","privacy statement",{"text":730,"config":731},"Cookieの設定",{"dataGaName":732,"dataGaLocation":544,"id":733,"isOneTrustButton":123},"cookie preferences","ot-sdk-btn",{"items":735},[736,738,740],{"text":720,"config":737},{"href":722,"dataGaName":723,"dataGaLocation":544},{"text":725,"config":739},{"href":727,"dataGaName":728,"dataGaLocation":544},{"text":730,"config":741},{"dataGaName":732,"dataGaLocation":544,"id":733,"isOneTrustButton":123},{"header":743,"blurb":744,"button":745,"secondaryButton":749},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":137,"config":746},{"href":747,"dataGaName":140,"dataGaLocation":748},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":142,"config":750},{"href":144,"dataGaName":145,"dataGaLocation":748},1772652137889]