1 Star 1 Fork 0

kerrydu / gitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
giteedlg.ado 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
kerrydu 提交于 2021-04-06 14:02 . update2021-4-6
cap program drop giteedlg
program define giteedlg
version 14
syntax [anything], url(string) [REPLACE FORCE]
mata: st_local("isurl",strofreal(pathisurl(`"`url'"')))
if("`isurl'"=="0"){
di as error "input is NOT a url"
error 198
}
if(!regexm(`"`url'"',"^( )*(https://gitee.com)(.*)")){
di as error "url is NOT directed to gitee.com"
error 198
}
di _n(1) "{title:Executing the gitee command}" _n
di as txt `"gitee install `anything', from(`url') `replace' `force' "' _n
gitee install `"`anything'"', from(`url') `replace' `force'
end
1
https://gitee.com/kerrydu/gitee.git
git@gitee.com:kerrydu/gitee.git
kerrydu
gitee
gitee
master

搜索帮助