Based on the reader's click Data on weekly articles, Pycoders weekly selected the most interesting and git-related Python tools for 2013 years.
Git-workflow (github.com)
Examples of tools that visualize your git workflow are here. Very cool to say.
Gitto (github.com)
A simple library to help you build your own git host.
Git-imerge (github.com)
Git-imerge can allow git to incrementally merge. Essentially allows you to imerge
merge and continue when there is a conflict.
Dulwich uses Python to implement the Git file format and protocol without relying on git itself. All features can be accessed through Python, and you can build C extensions to improve performance. To give users a better understanding of Dulwich, the official homepage has some explanations for git secrets, and interested children's shoes can be followed.
Official homepage: http://www.samba.org/~jelmer/dulwich/
GitHub Home: Https://github.com/jelmer/dulwich
2013 Python git tool