Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 dulwich 我可以使用 暂存文件repo.stage,但如何删除文件?
repo.stage
我正在寻找相当于git rm
git rm
您可以“暂存”一个不再存在的文件,这将删除它。或者,还有一个dulwich.porcelain.remove提供等效的函数git rm(即,如果文件存在,则删除文件,然后取消版本)。
dulwich.porcelain.remove