All Questions
1 question
4
votes
2
answers
2k
views
gitpython - checking if branch is not merged with repo object?
I need to check if branch I'm interested is merged to another branch.
With gitpython, I can use its git command object like:
import git
g = git.Git('/path/to/git/repo')
g.branch("--no-merged", "...