5 lines
178 B
Batchfile
5 lines
178 B
Batchfile
@echo off
|
|
D:\Git\bin\git.exe commit -m "Initial commit"
|
|
D:\Git\bin\git.exe remote add origin git@git.torchcloud.cn:jiapengyu/huishou.git
|
|
D:\Git\bin\git.exe push -u origin master
|