# vue-git **Repository Path**: crazy-jiang/vue-git ## Basic Information - **Project Name**: vue-git - **Description**: 芜湖 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-15 - **Last Updated**: 2022-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-git #### Description 芜湖 #### Software Architecture Software architecture description #### Installation 1. 创建文件夹 2. cd 文件夹 3. 使用 git init //初始化一个git本地仓库 ,此时会在本地创建一个 .git 文件夹 4. 使用 git remote add origin //加远程仓库地址 将本地的仓库关联到github上 5. 使用 git pull origin master // 将 gitlab仓库pull到本地文件夹 6. 将 要上传的项目文件夹添加进创建的文件夹 7. git add . 或者 git add -A //将所有添加的文件夹保存到缓存区 8. git commit -m '修改' //给本地提交起一个描述文字 9. git push origin master // 将本地仓库推送到远程仓库 10. 关于push推送报错 ``` git remote remove origin //移出原来远程git仓库地址 git remote add origin 新仓库地址 ``` #### Instructions 1. 创建文件夹 2. cd 文件夹 3. 使用 git init //初始化一个git本地仓库 ,此时会在本地创建一个 .git 文件夹 4. 使用 git remote add origin //加远程仓库地址 将本地的仓库关联到github上 5. 使用 git pull origin master // 将 gitlab仓库pull到本地文件夹 6. 将 要上传的项目文件夹添加进创建的文件夹 7. git add . 或者 git add -A //将所有添加的文件夹保存到缓存区 8. git commit -m '修改' //给本地提交起一个描述文字 9. git push origin master // 将本地仓库推送到远程仓库 #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)