<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>全国個人事業主支援協会 | 坂岡 陵 | Activity</title>
	<link>https://kojinjigyou.org/member-index/sakaoka_r1528/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/sakaoka_r1528/activity/feed/" rel="self" type="application/rss+xml" />
	<description>坂岡 陵 についてのアクティビティフィード。</description>
	<lastBuildDate>Wed, 08 Apr 2026 14:02:42 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">0d41831dc6116dcb5cc56292916f5d1b</guid>
				<title>坂岡 陵 wrote a new post, Git Command③</title>
				<link>https://kojinjigyou.org/?p=22566</link>
				<pubDate>Wed, 30 Jun 2021 01:03:26 +0900</pubDate>

									<content:encoded><![CDATA[<p>プッシュ<br />
・ローカルブランチを初めてモートにプッシュ<br />
　$ git push &#8211;set-upstream origin<br />
・２回目以降<br />
　$ git push<br />
プッシュしたブランチ名を変更<br />
・ブランチ名をhogeからfugaに変える場合<br />
①ローカルのブランチ名を変更[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e068a69cc1ac23535eb5c8f361ff6f35</guid>
				<title>坂岡 陵 wrote a new post, Git Command②</title>
				<link>https://kojinjigyou.org/?p=21111</link>
				<pubDate>Fri, 28 May 2021 03:52:24 +0900</pubDate>

									<content:encoded><![CDATA[<p>ローカルのブランチをリモートに登録<br />
　$ git push -u origin<br />
リモートのブランチを削除<br />
　$ git push &#8211;delete origin<br />
ブランチの切り替え<br />
　$ git checkout<br />
スタッシュ（修正の一時退避）<br />
　・スタッシュ<br />
　　$ git stash &#8220;message&#8221;</p>
<p>　　or</p>
<p>　　$ git stash save[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">73949ecd8bce46b879de81e39d4e5ac8</guid>
				<title>坂岡 陵 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/7744/</link>
				<pubDate>Mon, 19 Apr 2021 13:42:46 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c2a591548a6ae5205a0ba6710a3b078d</guid>
				<title>坂岡 陵 wrote a new post, Git Command①</title>
				<link>https://kojinjigyou.org/?p=19405</link>
				<pubDate>Mon, 19 Apr 2021 13:30:30 +0900</pubDate>

									<content:encoded><![CDATA[<p>ブランチのチェック方法<br />
・ローカルのブランチの一覧と現在のブランチ取得<br />
　$ git branch<br />
・ローカルとリモートのブランチ一覧と現在のブランチ取得<br />
　$ git branch -a<br />
・リモートの追跡ブランチ一覧取得<br />
　$ git branch -r<br />
チェックアウト<br />
・リモートブランチをチェックアウト<br />
　①一旦作成元のブランチをフェッチ<br />
　 $ git fetch origin<br />
　②そしてチェッ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6579bc626f0ef4f5966d861ca82745d4</guid>
				<title>坂岡 陵 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/7678/</link>
				<pubDate>Mon, 19 Apr 2021 06:07:08 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>