# Home-58 **Repository Path**: zychhf/Home-58 ## Basic Information - **Project Name**: Home-58 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README appjs入口文件 每个页面单独负责 git clone git branch git checkout -b 2020-7-16-home 切分支 git push git push --set-upstream origin 2020-07-16-home 合并 git status 仓库干净 git checkout -b 2020-7-20-home 切分支 git checkout master 回到主分支合并 git checkout -b 2020-07-16-home 新建同一个分支 git pull 拉取远程 克隆同步 提示 branch删掉 git merge 2020-07-16-home 合并