<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dokuwiki/feed.php">
        <title>某喵的鱼塘 tech:op:git</title>
        <description></description>
        <link>http://dokuwiki/</link>
        <image rdf:resource="http://dokuwiki/_media/favicon.ico" />
       <dc:date>2026-05-06T22:28:25+0800</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dokuwiki/tech/op/git/tips?rev=1525939494&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dokuwiki/_media/favicon.ico">
        <title>某喵的鱼塘</title>
        <link>http://dokuwiki/</link>
        <url>http://dokuwiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="http://dokuwiki/tech/op/git/tips?rev=1525939494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-10T16:04:54+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Git Useful Tips</title>
        <link>http://dokuwiki/tech/op/git/tips?rev=1525939494&amp;do=diff</link>
        <description>Git Useful Tips

ignore 已经 tracked 的文件



git rm --cached [-r] &lt;file&gt;


从历史记录中删除文件



git filter-branch \
  --force \
  --prune-empty \
  --index-filter \
  'git rm --cached --ignore-unmatch grav/grav-admin-v1.1.17.tar.gz' \
  --tag-name-filter cat -- --all

git@git.panezhang.cn:docker/kitty</description>
    </item>
</rdf:RDF>
