Git Libgit2 Pygit2 Python How To Make A Git Merge By Pygit2 August 08, 2022 Post a Comment 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