# opensource **Repository Path**: tianjiangtao999/opensource ## Basic Information - **Project Name**: opensource - **Description**: 收集信息 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开源软件风险运维自动化研究与实践研究 #### 使用说明 1. 如果只是浏览本项目,不需要安装任何软件。 1. 如果需要参与文档编写,需要学习markdown语法。下载后发现源文件与网页上看到的不同是正常的,因为网页做了渲染处理成html了。 1. 需要简单学习一点git push,git add的命令,或者使用vs code这个工具。 1. 需要在本地安装git客户端,[下载与安装参考](https://git-scm.com/download/win) 1. 新建一个目录,在目录上点鼠标右键,选git bash here,就可以进入git shell 执行会将项目下载到本地目录: ``` git clone https://gitee.com/tianjiangtao999/opensource.git ``` 1. 为了操作简单,先不设置分支保护,但是这样做可能会导致有同事推送了错误的内容上来,先这样,不行的话再设置。 1. README.md是文档的主目录和使用说明。 1. 文档目录和编辑规则:res目录放图片啥的,sample是示例,大家不要修改,不要放任何文档内容,其它的目录放各自己不同的文件,每个人写自己的文档,最好是文档名字加个人的姓名,文件中要不要有中文字符,这个取决于网站是否支持,可能会有乱码,保险起见建议使用英文或者是拼音,切记不要修改其它人的文档,否则修改无效不能提交。 #### 示例 这一个示例,我们这样修改sample下的文档,假设这个文档叫test.md 我们只需要在README.md中维护[示例](./sample/test.md) #### Installation 1. xxxx 1. xxxx 1. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)