2

在 pygit2 中,如果我暂存文件的添加或删除,我怎样才能像我一样取消暂存它们git reset

我需要使用 pygit2 来完成以下 git 操作:

git reset HEAD
git checkout .

我可以结帐

repo = pygit2.Repository(target_dir)
repo.checkout('HEAD')

但我不知道如何执行重置操作。

谢谢

4

0 回答 0