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