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