문제

I am trying to figure out how to use this. I'm way out of my element here, so thanks for bearing with me.

도움이 되었습니까?

해결책

Libgit2 works primarily on repositories that you have disk access to, meaning you have to clone the repository before you can use libgit2 to work with it.

Once you've got that, you'll get a handle to your repository using git_repository_open, and create the branch using git_branch_create.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top