1 Star 0 Fork 30

lostmj/foobox-cn

forked from dream7180/foobox-cn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
switchgit.bat 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
dream7180 提交于 2020-12-01 03:30 . switchgit
@echo off
rem switch to 1=github 2=gitee
set a=0
set b=0
set c=0
if exist .github set /a a=1
if exist .gitee set /a b=2
set /a c=%a%+%b%
if %c%==1 (
rename .git .gitee
rename .github .git
) else (
if %c%==2 (
rename .git .github
rename .gitee .git
)
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lostmj/foobox-cn.git
git@gitee.com:lostmj/foobox-cn.git
lostmj
foobox-cn
foobox-cn
master

搜索帮助