<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Zoma Blog</title>
    <link>https://www.zoma-blog.com/post/other/git/</link>
    <description>Recent content on Zoma Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    <lastBuildDate>Wed, 22 Feb 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://www.zoma-blog.com/post/other/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Rebase 運用をおすすめしない理由</title>
      <link>https://www.zoma-blog.com/post/other/git/20230222_git_rebase_avoid/</link>
      <pubDate>Wed, 22 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230222_git_rebase_avoid/</guid>
      <description>概要 Git 運用ではしばしば Rebase 運用がいいという声を聞くことがあります。 個人的におすすめはしないですが、その理由を解説します。 Rebase 運用 Rebase 運用とは、ma</description>
    </item>
    
    <item>
      <title>Gitflow, GitHub flow, GitLab flow, Git Feature flow, Truncate Based Development のまとめ</title>
      <link>https://www.zoma-blog.com/post/other/git/20230219_git_strategy_comparison/</link>
      <pubDate>Sun, 19 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230219_git_strategy_comparison/</guid>
      <description>概要 これまで、以下の５つのブランチを戦略を紹介しました。 Gitflow GitHub flow GitLab flow Git Feature flow Truncate Based Development 他にもブランチ戦略いくつかあるかと思いますが、本記事ではこれら</description>
    </item>
    
    <item>
      <title>Truncate Based Development とは</title>
      <link>https://www.zoma-blog.com/post/other/git/20230218_git_strategy_truncate_based_development/</link>
      <pubDate>Sat, 18 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230218_git_strategy_truncate_based_development/</guid>
      <description>概要 前回は は Git Feature flow について説明しました。 本記事では ブランチ戦略の一つ Truncate Based Development (略してTBD) について紹介します。 Truncate Based Development とは 一言で表現すると： 毎</description>
    </item>
    
    <item>
      <title>Git Feature flow とは</title>
      <link>https://www.zoma-blog.com/post/other/git/20230217_git_strategy_git_feature_flow/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230217_git_strategy_git_feature_flow/</guid>
      <description>概要 前回は は GitLab flow について説明しました。 本記事では ブランチ戦略の一つ Git Feature flow について紹介します。 Git Feature flow とは 一言で表現すると： main で元を管理、 develop では</description>
    </item>
    
    <item>
      <title>GitLab flow とは</title>
      <link>https://www.zoma-blog.com/post/other/git/20230216_git_strategy_gitlab_flow/</link>
      <pubDate>Thu, 16 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230216_git_strategy_gitlab_flow/</guid>
      <description>概要 前回は は GitHub flow について説明しました。 本記事では ブランチ戦略の一つ GitLab flow について紹介します。 GitLab とは そもそも GitLab flow の GitLab はどこから来ているか？ 実は GitLab</description>
    </item>
    
    <item>
      <title>GitHub flow とは</title>
      <link>https://www.zoma-blog.com/post/other/git/20230213_git_strategy_github_flow/</link>
      <pubDate>Wed, 15 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230213_git_strategy_github_flow/</guid>
      <description>概要 前回は は Gitflow について説明しました。 本記事では ブランチ戦略の一つ GitHub flow について紹介します。 GitHub flow とは GitHub flow をできるだけ短く説明すると： main ブランチか</description>
    </item>
    
    <item>
      <title>Gitflow とは</title>
      <link>https://www.zoma-blog.com/post/other/git/20230213_git_strategy_git_flow/</link>
      <pubDate>Tue, 14 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230213_git_strategy_git_flow/</guid>
      <description>概要 git を個人やチームで使用すると、何かしらの ブランチ戦略を使うかと思います。 本記事では git ブランチ戦略のうちの一つ、Gitflow について紹介</description>
    </item>
    
    <item>
      <title>【入門】 git を使った基本的な操作 解説編</title>
      <link>https://www.zoma-blog.com/post/other/git/20230213_git_basic_w_image/</link>
      <pubDate>Mon, 13 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20230213_git_basic_w_image/</guid>
      <description>概要 【入門】 git を使った基本的な操作 では基本操作について解説しました。 しかし、コマンドだけだと想像しにくいかと思います。 そこで本記事では図を用</description>
    </item>
    
    <item>
      <title>【入門】 git を使った基本的な操作</title>
      <link>https://www.zoma-blog.com/post/other/git/20221119_git_basic/</link>
      <pubDate>Sat, 19 Nov 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.zoma-blog.com/post/other/git/20221119_git_basic/</guid>
      <description>概要 本記事では git 初心者向けに git を使った基本的な操作について説明します。Git Flow, Git Feature Flow など様々な運用方法はあるが、これらの運用を理解するための</description>
    </item>
    
  </channel>
</rss>
