<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on RenovZ&#39;s Notes</title>
    <link>/tags/git/</link>
    <description>Recent content in Git on RenovZ&#39;s Notes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 31 Mar 2024 11:40:02 +0800</lastBuildDate>
    <atom:link href="/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Usages</title>
      <link>/posts/git-usages/</link>
      <pubDate>Sun, 31 Mar 2024 11:40:02 +0800</pubDate>
      <guid>/posts/git-usages/</guid>
      <description>This file will list some git non-common cases.&#xA;Ignore the committed files # Add the target files into .gitignore echo &amp;lt;somefile or folder&amp;gt; &amp;gt;&amp;gt; .gitignore # Remove the files from the git index (not the actual files in the working dir) git rm -r --cached . # Add these removals to the staging area git add . # Commit them git commit -m &amp;#34;Clean up ignored files&amp;#34; Rewrite email of the history brew install git-filter-repo git filter-repo --email-callback &amp;#39; if b&amp;#34;old_email@example.</description>
    </item>
  </channel>
</rss>
