创建分支 代码标准模板.branch.v1.0.8
This commit is contained in:
parent
7722c4e68b
commit
d16c5fd19b
@ -1 +1 @@
|
|||||||
1.0.5.022401205052
|
1.0.7.022401205052
|
||||||
|
@ -52,7 +52,11 @@ del /s /q %rootPath%\%appName%.master
|
|||||||
del /s /q %rootPath%\%appName%.branch.*
|
del /s /q %rootPath%\%appName%.branch.*
|
||||||
echo .>%rootPath%\%appName%.branch.v%newVersion%
|
echo .>%rootPath%\%appName%.branch.v%newVersion%
|
||||||
git add .
|
git add .
|
||||||
|
pause
|
||||||
git commit -m "创建分支 %appName%.branch.v%newVersion%"
|
git commit -m "创建分支 %appName%.branch.v%newVersion%"
|
||||||
|
|
||||||
|
pause
|
||||||
|
|
||||||
git push origin %branchName%
|
git push origin %branchName%
|
||||||
|
|
||||||
echo 执行成功,生成 %appName%.branch.v%newVersion%
|
echo 执行成功,生成 %appName%.branch.v%newVersion%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user