# MyFirstGitee **Repository Path**: helloyun3/my-first-gitee ## Basic Information - **Project Name**: MyFirstGitee - **Description**: Gitee的第一次使用教程,指导如何使用Gitee。 - **Primary Language**: 微信 - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-15 - **Last Updated**: 2021-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyFirstGitee #### 介绍 Gitee的第一次使用教程,指导如何使用Gitee。 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 #需要首先创建好一个项目关于如何创建仓库:[https://gitee.com/help/articles/4120](https://gitee.com/help/articles/4120 "创建你的第一个仓库") 1. 新建一个文件夹然后Git bash here打开命令行,然后在命令行中输入以下内容完成初始化 ``` $ git init $ git remote add origin https://gitee.com/{用户个性地址]/{HelloGitee}.git ``` 2. 然后克隆仓库目录 ``` $ git pull origin master ``` 3. 修改/添加文件,否则与原文件相比就没有变动。 ``` $ git add . $ git commit -m {"tips"} ``` 4. 第一次提交 ``` $ git push origin master ``` 5. 然后如果需要账号密码的话就输入账号密码,这样就完成了一次提交。此时,你可以在你的个人面板、仓库主页查看到你的提交记录。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)