pygit2
pygit2 copied to clipboard
How can I restore changes to a file?
We can achieve it using git restore file_name. How can we achieve this using pygit2?