add default.xml
This commit is contained in:
commit
f27536ce46
14
default.xml
Normal file
14
default.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<!-- remote 元素定义 Git 服务器的信息 -->
|
||||
<remote name="origin" fetch="https://git.devwiki.net/" />
|
||||
|
||||
<!-- default 元素定义默认的仓库配置 -->
|
||||
<default revision="master" remote="origin" />
|
||||
|
||||
<!-- project 元素定义每个 Git 仓库 -->
|
||||
<project path="RepoProject1" name="RepoDemo/RepoProject1" />
|
||||
<project path="RepoProject2" name="RepoDemo/RepoProject1" />
|
||||
|
||||
<!-- 可以添加更多的 project 元素 -->
|
||||
</manifest>
|
Loading…
Reference in New Issue
Block a user