python--用python操做Git

用python操做Git 使用第三方模塊gitpythonpython 安裝gitpython pip install gitpython 代碼 from git import Repo r = Repo("C:\\Users\\robert\\Desktop\\test") # 建立一個操做對象 # git add 添加測試.txt r.index.add([r'C:\Users\rober
相關文章
相關標籤/搜索