<?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 | ばすにっきTips</title>
	<atom:link href="https://takabus.com/tips/category/git/feed/" rel="self" type="application/rss+xml" />
	<link>https://takabus.com/tips</link>
	<description>プログラミングやサーバー、日々のTipsをメモしています。</description>
	<lastBuildDate>Sun, 11 Sep 2022 10:34:49 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://takabus.com/tips/wp-content/uploads/2022/12/cropped-tips-1-32x32.png</url>
	<title>Git | ばすにっきTips</title>
	<link>https://takabus.com/tips</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【Git】過去のコミットのユーザー名・メールアドレスを一括変更する</title>
		<link>https://takabus.com/tips/1842/</link>
					<comments>https://takabus.com/tips/1842/#respond</comments>
		
		<dc:creator><![CDATA[ばすにっきTips]]></dc:creator>
		<pubDate>Sun, 11 Sep 2022 10:34:47 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<guid isPermaLink="false">https://takabus.com/tips/?p=1842</guid>

					<description><![CDATA[過去にコミットしたユーザー情報を一括変更する方法をメモしておきます。 ユーザーとメールアドレスを変更 すべてのコミットのユーザーとメールアドレスを変更するには、次のコマンドを実行する。]]></description>
										<content:encoded><![CDATA[
<p>過去にコミットしたユーザー情報を一括変更する方法をメモしておきます。</p>



<h2 class="wp-block-heading">ユーザーとメールアドレスを変更</h2>



<p>すべてのコミットのユーザーとメールアドレスを変更するには、次のコマンドを実行する。</p>



<pre class="wp-block-code"><code>git filter-branch -f --env-filter "GIT_AUTHOR_NAME='<strong>ユーザー名</strong>'; GIT_AUTHOR_EMAIL='<strong>メールアドレス</strong>'; GIT_COMMITTER_NAME='<strong>ユーザー名</strong>'; GIT_COMMITTER_EMAIL='<strong>メールアドレス</strong>';" HEAD</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://takabus.com/tips/1842/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
