<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://dwt.life/feed/rss/tag/git/">
<title>dwt&#039;s life - git</title>
<link>https://dwt.life/tag/git/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://dwt.life/archives/249/"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://dwt.life/archives/249/">
<title>Git PR进行修改后重新提交代码</title>
<link>https://dwt.life/archives/249/</link>
<dc:date>2022-06-11T16:04:00+08:00</dc:date>
<description>最近提交一个pr但是被要求修改了，于是我重新执行了git命令进行commit覆盖。git add -A  git commit --amend  git push --force-with-leasepush之前可以检查一下branch: git branch -vvhttps://docs.github.com/cn/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/changing-a-commit-message</description>
</item>
</rdf:RDF>