# devops **Repository Path**: iubest/devops ## Basic Information - **Project Name**: devops - **Description**: DevOps(Development和Operations的组合词)是一组过程、方法与系统的统称,用于促进开发(应用程序/软件工程)、技术运营和质量保障(QA)部门之间的沟通、协作与整合。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Devops ### 项目介绍 **DevOps(Development和Operations的组合词)是一组过程、方法与系统的统称,用于促进开发(应用程序/软件工程)、技术运营和质量保障(QA)部门之间的沟通、协作与整合。 它是一种重视“软件开发人员(Dev)”和“IT运维技术人员(Ops)”之间沟通合作的文化、运动或惯例。透过自动化“软件交付”和“架构变更”的流程,来使得构建、测试、发布软件能够更加地快捷、频繁和可靠。 它的出现是由于软件行业日益清晰地认识到:为了按时交付软件产品和服务,开发和运维工作必须紧密合作。** ### 项目架构 #### Book目录:存放优质电子书,面试攻略等。 #### Docs目录:存放工作日志,技术文章等。 #### Java目录:保存Java代码,脚本,资料和文档等。 #### Python目录:保存Python代码,脚本,资料和文档等。 #### Shell目录:保存Shell代码,脚本,资料和文档等。 #### SQL目录:保存SQL代码,脚本,资料和文档等。 ### 使用说明 #### Git 全局设置: ``` git config --global user.name "Wind" git config --global user.email "youremail@qq.com" ``` #### 克隆仓库: ``` git clone https://gitee.com/iubest/devops.git ``` #### 上传到仓库: ``` cd devops git add -A git commit -m "first commit" git remote add origin https://gitee.com/iubest/devops.git git push -u origin master ```