<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>작성자 정보 on 서백솔 블로그</title><link>https://seobaeksol.github.io/ko/tags/%EC%9E%91%EC%84%B1%EC%9E%90-%EC%A0%95%EB%B3%B4/</link><description>Recent content in 작성자 정보 on 서백솔 블로그</description><image><title>서백솔 블로그</title><url>https://seobaeksol.github.io/images/profile.jpg</url><link>https://seobaeksol.github.io/images/profile.jpg</link></image><generator>Hugo -- 0.147.0</generator><language>ko</language><lastBuildDate>Wed, 30 Apr 2025 00:34:26 +0900</lastBuildDate><atom:link href="https://seobaeksol.github.io/ko/tags/%EC%9E%91%EC%84%B1%EC%9E%90-%EC%A0%95%EB%B3%B4/index.xml" rel="self" type="application/rss+xml"/><item><title>Git 커밋에 잘못된 사용자 정보가 남았을 때 정정하는 방법</title><link>https://seobaeksol.github.io/ko/posts/fix-wrong-git-author/</link><pubDate>Wed, 30 Apr 2025 00:34:26 +0900</pubDate><guid>https://seobaeksol.github.io/ko/posts/fix-wrong-git-author/</guid><description>&lt;blockquote>
&lt;p>⚡ TL;DR&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git rebase -i HEAD~N
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>또는&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git rebase -i &amp;lt;시작커밋해시&amp;gt;^
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git commit --amend --author&lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">&amp;#34;이름 &amp;lt;이메일&amp;gt;&amp;#34;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git rebase --continue
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>git push --force
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>⚠️ &lt;strong>주의:&lt;/strong> 이미 원격 저장소에 푸시된 커밋을 수정하면, 협업 중인 동료와 히스토리가 달라질 수 있으니 혼자 작업할 때만 사용하세요!&lt;/p></description></item></channel></rss>