|  |      1clino      2012-12-27 14:23:00 +08:00 我之前用python操作或者获取git信息用的是pygit2 https://github.com/libgit2/pygit2 | 
|  |      2yoyicue      2012-12-27 14:34:03 +08:00 我之前是用的 subprocess | 
|  |      3aisk      2012-12-27 14:45:29 +08:00  1 @yoyicue 要是做命令行工具调用的话推荐这个 http://amoffat.github.com/sh/ | 
|  |      6douglarek      2012-12-27 16:36:12 +08:00 推荐 GitPython | 
|      8timonwong      2012-12-27 16:51:31 +08:00 | 
|  |      9hahastudio      2012-12-27 17:07:38 +08:00 前些日子看到了dulwich (https://github.com/jelmer/dulwich)觉得不错 看了文档之后觉得建一个Git Server好像很简单= = |