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

Get Tags Of A Commit

Given an object of GitPython Commit, how can I get the tags related to this commit? I'd enjoy h… Read more Get Tags Of A Commit

Use Gitpython To Checkout A New Branch And Push To Remote

Given a repo from GitPython, how can I create a new local branch, add some files, and push it to re… Read more Use Gitpython To Checkout A New Branch And Push To Remote

How Do I Programmatically Simulate Resolving A Merge Conflict With GitPython?

As per my recent question on merging branches using GitPython, I'm trying to unit test the solu… Read more How Do I Programmatically Simulate Resolving A Merge Conflict With GitPython?