<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>checkout on Café des Angolmois.</title><link>https://blog.angolmois.dev/tags/checkout/</link><description>Recent content in checkout on Café des Angolmois.</description><generator>Hugo -- gohugo.io</generator><language>ja-jp</language><copyright>Copyright &amp;copy; 2022-2023 SERVER</copyright><lastBuildDate>Tue, 14 Mar 2023 23:00:00 +0900</lastBuildDate><atom:link href="https://blog.angolmois.dev/tags/checkout/index.xml" rel="self" type="application/rss+xml"/><item><title>GitCast [vol.5] ブランチを変更して作業する</title><link>https://blog.angolmois.dev/2023/03/gitcast_branch_checkout/</link><pubDate>Tue, 14 Mar 2023 23:00:00 +0900</pubDate><guid>https://blog.angolmois.dev/2023/03/gitcast_branch_checkout/</guid><description>作業ブランチを変更する 前回はgit checkout -bコマンドでブランチを派生しました。 今回はdraftsブランチからdevelopブランチへ移動してみます。 Gi</description><content:encoded><![CDATA[

            
            <img src="https://blog.angolmois.dev//2023/03/gitcast_branch_checkout/index_huf1b976e9f20516e1e3b169b50b8ed04a_274478_filter_11810200581896864413.png"class="figure-img img-fluid" 
             style="object-position:10% 25%;" 
        /> 
<p>前回は<code>git checkout -b</code>コマンドでブランチを派生しました。<br>
今回は<code>drafts</code>ブランチから<code>develop</code>ブランチへ移動してみます。</p>
<div class="alert alert-info">
Gitのバージョン2.23以降、ブランチ移動専用コマンドとしてswitchコマンドが登場しました。<br/>
checkoutコマンドよりもシンプルですが、switchを使ったブランチの移動は別の記事で紹介します。
</div>


            <a href="https://blog.angolmois.dev/2023/03/gitcast_branch_checkout/" target="_blank"> 【続きを読む】 </a>
            ]]></content:encoded><media:content type="image/png" medium="image" width="1200" height="500" url="https://blog.angolmois.dev/2023/03/gitcast_branch_checkout/index.png"/></item></channel></rss>