# 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 #### Description 一个空仓库,主要是用来初始化仓库用的 #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. 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 #### …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 ```