# 小程序集合 **Repository Path**: fyfy.com/applets ## Basic Information - **Project Name**: 小程序集合 - **Description**: 所有小程序共用一个项目,一个分支一个小程序,相互之间不能合并,也不能合并到主分支 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 小程序集合 #### 介绍 所有小程序共用一个项目,一个分支一个小程序,相互之间不能合并,也不能合并到主分支 #### 安装教程 1. 克隆主分支代码 ``` git clone https://gitee.com/fyfy.com/applets.git applet_branchname ``` 2. 进入项目 ``` cd applet_branchname ``` 3. 切换到项目分支 ``` git checkout branchname ``` 4. 查看当前分支是否属于该项目 ``` git branch -a ``` #### 使用说明 1. 拉取代码 ``` git pull ``` 2. 添加更新文件 ``` git add -A ``` 3. 提交更新文件 ``` git commit -m'commit note' ``` 4. 推送 ``` git push ```