<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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>git | WATASHI.xyz</title>
	<atom:link href="https://watashi.xyz/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>https://watashi.xyz</link>
	<description>わたしの情報をわたします</description>
	<lastBuildDate>Wed, 18 Feb 2026 08:48:03 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://watashi.xyz/wp-content/uploads/2024/03/cropped-Watashi-32x32.png</url>
	<title>git | WATASHI.xyz</title>
	<link>https://watashi.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>信頼されるGitコミットメッセージの作法：書き方・粒度・Conventional Commitsまで徹底解説</title>
		<link>https://watashi.xyz/git-commit-message/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 16 Feb 2026 15:00:44 +0000</pubDate>
				<category><![CDATA[git]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=6788</guid>

					<description><![CDATA[<p>Gitコミットメッセージのルールや正しい書き方を、初心者にも分かりやすく解説。なぜルールが必要なのか、良い例・悪い例、日本語と英語の使い分け、1行目の基本フォーマットまで網羅。さらに1コミット1トピックの考え方や履歴を読みやすくする設計、Conventional Commitsやprefix運用もまとめて紹介します。</p>
The post <a href="https://watashi.xyz/git-commit-message/">信頼されるGitコミットメッセージの作法：書き方・粒度・Conventional Commitsまで徹底解説</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>【もう焦らない】git merge取り消し完全ガイド：push前後で選ぶreset・revertとブランチ復旧手順</title>
		<link>https://watashi.xyz/git-merge-undo/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 Aug 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=5541</guid>

					<description><![CDATA[<p>git mergeを間違えてしまった時の正しい取り消し方を分かりやすく解説。reset・revert・reflogの違いや使い分け、push前・push後の安全な戻し方、mainやdevelopブランチを誤ってマージした際のリカバリー手順まで網羅。GitHubでのPR取り消し方法や、再発防止のコツも紹介。</p>
The post <a href="https://watashi.xyz/git-merge-undo/">【もう焦らない】git merge取り消し完全ガイド：push前後で選ぶreset・revertとブランチ復旧手順</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>【保存版】git config 確認方法まとめ｜&#8211;listで一覧表示・user.name設定・トラブル解決まで徹底解説</title>
		<link>https://watashi.xyz/git-config-check/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 21 Aug 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=5392</guid>

					<description><![CDATA[<p>git configの確認方法を分かりやすく解説。--listで一覧を表示する手順やuser.name・user.emailの確認方法、Windows・Mac・Linuxでの.gitconfigの場所、VSCodeやSourceTreeでの設定チェック方法まで網羅。Gitの設定トラブルを未然に防ぎたい方におすすめです。</p>
The post <a href="https://watashi.xyz/git-config-check/">【保存版】git config 確認方法まとめ｜–listで一覧表示・user.name設定・トラブル解決まで徹底解説</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>【初心者向け完全ガイド】git addの取り消し方法まとめ｜コミット前・後まで状況別に徹底解説！</title>
		<link>https://watashi.xyz/git-add-undo/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 18 Aug 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[git]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=5332</guid>

					<description><![CDATA[<p>git addを取り消したいときの基本操作から状況別のコマンド使い分けまで解説。git restore --stagedやgit resetの違い、新規ファイルの取り消し方法、取り消し操作がpushに与える影響やチーム開発での注意点も紹介。安全にステージングを戻すためのベストプラクティスをまとめています。</p>
The post <a href="https://watashi.xyz/git-add-undo/">【初心者向け完全ガイド】git addの取り消し方法まとめ｜コミット前・後まで状況別に徹底解説！</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
