# 0822-vue-project-1 **Repository Path**: zeng-shu-x/0822-vue-project-1 ## Basic Information - **Project Name**: 0822-vue-project-1 - **Description**: vue前台项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-13 - **Last Updated**: 2023-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vue-前台项目 xxxxxxxxxx 1. 初始化本地仓库(`git init`)2. 本地仓库提交(`git add . `, `git commit -m 'init/add/fixed/docs:xxxxxx'`)3. 新建远程仓库,拿到远程仓库的ssh地址4. 把本地仓库和远程仓库关联(`git remote add origin xxxxxxxxx`)5. 把本地仓库向远程仓库提交(第一次:`git push -u origin master`,第二次:`git push`)6. 去到当前仓库中的管理页面,把当前项目设置为开源7. 拉取其他人代码(`git clone xxxx`||`git pull`)8. 撤销工作区的改动(`git restore .`)