You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I'm using libgit2sharp and I need to do this command: git rm -r folderPath
in order to remove a given folder and all its content recursively.
Can you guy tell me how can I do that?
Thanks.