Skip to content Skip to sidebar Skip to footer
Showing posts with the label Libgit2

How To Make A Git Merge By Pygit2

I try to merge branch into master: repo = pygit2.Repository('/path/to/repo/') branch = repo… Read more How To Make A Git Merge By Pygit2

How To Make A Git Merge By Pygit2

I try to merge branch into master: repo = pygit2.Repository('/path/to/repo/') branch = repo… Read more How To Make A Git Merge By Pygit2