Skip to content

hcbin/batch-push-to-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

批量上传到Git

下载上面bat文件,替换为你的项目和路径即可

SET /A counter=0
SET dir_path[%counter%]=项目路径1
SET dir_name[%counter%]=项目名称1

SET /A counter=%counter%+1
SET dir_path[%counter%]=项目路径2
SET dir_name[%counter%]=项目名称2

Demo

SET /A counter=0
SET dir_path[%counter%]=D:/test1
SET dir_name[%counter%]=测试路径1

SET /A counter=%counter%+1
SET dir_path[%counter%]=D:/test2
SET dir_name[%counter%]=测试路径2

SET /A counter=%counter%+1
SET dir_path[%counter%]=D:/test3
SET dir_name[%counter%]=测试路径3

批量提交到Git

About

Batch push to git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published