0
在GitPython庫下有一種方法可以將本地更改恢復爲單個文件嗎?使用GItPython恢復對文件的本地更改
在Git的命令行我只想用git checkout filename
而是試圖做到這一點GitPython API下,像這樣
repo.index.checkout([filename])
導致以下錯誤,
git.exc.CheckoutError: Some files could not be checked out from the index due to local modifications:['foo']