Open emintham opened 6 years ago
Right now it uses Popen to directly run git commands, should use a git library like pygit, gitpython, or dulwich instead.
Popen
The ideal library will need to support
Right now it uses
Popen
to directly run git commands, should use a git library like pygit, gitpython, or dulwich instead.The ideal library will need to support