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