libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.13k stars 879 forks source link

GIT SHOW IN LibGit2Sharp #2001

Open GOODLLEE opened 1 year ago

GOODLLEE commented 1 year ago

Hi there. I can not convert the git command bellow to LibGit2Sharp. Please help me. Thank you so much!

git show HEAD:AAAAA.txt > BBB.txt or git show ede689149b64bb0cfe4736418c51fad0c9a63bdc:AAAAA.txt > BBB.txt

GOODLLEE commented 1 year ago

@nulltoken please help me!

nulltoken commented 1 year ago

@GOODLLEE As stated in the README, StackOverflow would be a far better fit for this.

image