Manifest file example In a manifest repository, there are one or more XML files, which define the relationship of all repositories of the project. The default manifest file in the manifest project is default.xml. See the following content of a manifest file as an example: <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="origin" fetch=".." revision="master" review="https://codeup.aliyun.com" /> <remote name="github" fetch="https://github.com" revision="master" review="" /> <defa...