# emptyDepot **Repository Path**: pingm/emptyDepot ## Basic Information - **Project Name**: emptyDepot - **Description**: 一个空仓库,主要是用来初始化仓库用的 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SelfTestRHooks #### 介绍 一个空仓库,主要是用来初始化仓库用的 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### …or create a new repository on the command line ``` echo "# SelfTestRHooks" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/liulei92/SelfTestRHooks.git git push -u origin master ``` #### …or push an existing repository from the command line ``` git remote add origin https://github.com/liulei92/SelfTestRHooks.git git push -u origin master ```