Interact with git from python
packages.python.org
Interact with git from python
1–3 of 3 posts
Re: Interact with git from python
#2I use this Python library to build a plug-in for gEdit which shows you the git branch of the file being edited.
Re: Interact with git from python
#3I use this Python library to build a plug-in for gEdit which shows you the git branch of the file being edited. https://github.com/dfuenzalida/gedit-git-branch-statusbar
Cool, I'm currently using vim and the fugitive plugin offers a similar functionality: http://sontek.net/turning-vim-into-a-modern-python-ide#integ...