<?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>서백솔 블로그</title><link>https://seobaeksol.github.io/ko/</link><description>Recent content 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/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><item><title>나는 왜 Rust로 Windows 파일 탐색기를 만들기로 했는가</title><link>https://seobaeksol.github.io/ko/posts/2025-04-29-why-hyper-dir/</link><pubDate>Tue, 29 Apr 2025 20:54:52 +0900</pubDate><guid>https://seobaeksol.github.io/ko/posts/2025-04-29-why-hyper-dir/</guid><description>Hyper-Dir 프로젝트를 시작하게 된 계기와 Rust, React, Tauri를 선택한 이유, 그리고 VSCode에서 영감을 받은 UX 설계 이야기</description></item><item><title>안녕, 세상아</title><link>https://seobaeksol.github.io/ko/posts/2025-04-29-hello-world/</link><pubDate>Tue, 29 Apr 2025 13:53:58 +0900</pubDate><guid>https://seobaeksol.github.io/ko/posts/2025-04-29-hello-world/</guid><description>&lt;h1 id="welcome">Welcome!&lt;/h1>
&lt;p>이건 내 첫 블로그 글이야!&lt;/p>
&lt;div class="highlight">&lt;div style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;">&lt;tr>&lt;td style="vertical-align:top;padding:0;margin:0;border:0;">
&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%">
&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-ts" data-lang="ts">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">let&lt;/span> &lt;span style="color:#a6e22e">test&lt;/span> &lt;span style="color:#f92672">=&lt;/span> &lt;span style="color:#ae81ff">10&lt;/span>;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a6e22e">console&lt;/span>.&lt;span style="color:#a6e22e">log&lt;/span>(&lt;span style="color:#e6db74">&amp;#34;test -&amp;gt;&amp;#34;&lt;/span>, &lt;span style="color:#a6e22e">test&lt;/span>);
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div></description></item><item><title>프로필</title><link>https://seobaeksol.github.io/ko/profile/</link><pubDate>Tue, 30 Apr 2024 00:00:00 +0000</pubDate><guid>https://seobaeksol.github.io/ko/profile/</guid><description/></item></channel></rss>