1. 首页
  2. 操作系统
  3. 桌面系统
  4. 使用GitPython自动提交git远程仓库,实现window双击exe程序,需要编辑配置文件

使用GitPython自动提交git远程仓库,实现window双击exe程序,需要编辑配置文件

上传者: 2023-06-29 07:54:26上传 ZIP文件 7.41MB 热度 11次
  1. 编辑config.txt文件时,请使用“&&&”作为分隔符,分别填写git库地址、对应remote和对应分支信息;
  2. 确保CommitGit.exe和config.txt文件在同一个目录中;
  3. 运行效果如下:当前操作库:E:\Use\caogao\demo2,origin,master ===开始add,path=E:\Use\caogao\demo2 ====add结束,开始commit ====commit结束,开始push,origin=origin,branch=master ===push结束,path=E:\Use\caogao\demo2当前操作库:E:\Use\caogao\demo3,origin,master ===开始add,path=E:\Use\caogao\demo3 ====add结束,开始commit ====commit结束,开始push,origin=origin,branch=master ===
用户评论