git教程目录 作者:马育民 • 2020-11-30 09:13 • 阅读:10631 ### 基础 1. [版本控制工具](https://www.malaoshi.top/show_1IX8MO45oHK.html "版本控制工具") 2. [git介绍](https://www.malaoshi.top/show_1IX8Y3ThSV7.html "git介绍") 2. [git教程-安装](https://www.malaoshi.top/show_1IX8YNldCwF.html "git教程-安装") 3. [git教程-全局设置](https://www.malaoshi.top/show_1IX9UmIXsmX.html "git教程-全局设置") 3. [git教程-三种结构:工作区、暂存区和版本库](https://www.malaoshi.top/show_1IX8Yp3XCyX.html "git教程-三种结构:工作区、暂存区和版本库") 4. [git教程-git的四种状态](https://www.malaoshi.top/show_1IX8vfvnhii.html "git教程-git的四种状态") 4. [git教程-创建git仓库](https://www.malaoshi.top/show_1IX8iRhR2dV.html "git教程-创建git仓库") 5. [git教程-查看文件的状态](https://www.malaoshi.top/show_1IX8iUH544X.html "git教程-查看文件的状态") 新建文件提交到本地版本库: 1. [git教程-添加命令(添加到暂存区)](https://www.malaoshi.top/show_1IX8ufaFSJI.html "git教程-添加命令(添加到暂存区)") 2. [git教程-将暂存区内容提交到本地版本库](https://www.malaoshi.top/show_1IX8usgYfg0.html "git教程-将暂存区内容提交到本地版本库") 修改文件提交到本地版本库: 1. [git教程-修改文件并添加到暂存区中](https://www.malaoshi.top/show_1IX8vWE608z.html "git教程-修改文件并添加到暂存区中") 2. [git教程-将暂存区内容提交到本地版本库](https://www.malaoshi.top/show_1IX8usgYfg0.html "git教程-将暂存区内容提交到本地版本库") 撤销操作 1. [git教程-撤销工作区的内容](https://www.malaoshi.top/show_1IX95L7VOf7.html "git教程-撤销工作区的内容") 2. [git教程-撤销暂存区的内容](https://www.malaoshi.top/show_1IX95Kw4DG5.html "git教程-撤销暂存区的内容") 切换版本 1. [git教程-查看历史记录](https://www.malaoshi.top/show_1IX8vdhbM8a.html "git教程-查看历史记录") 1. [git教程-切换版本](https://malaoshi.top/show_1IX8w836EIJ.html "git教程-切换版本") 2. [git教程-git reflog查看每次操作](https://www.malaoshi.top/show_1IX8w0QqrFt.html "git教程-git reflog查看每次操作") [git教程-分支](https://www.malaoshi.top/show_1IX99VCeEdE.html "git教程-分支") [git常见操作](https://www.malaoshi.top/show_1EF57sgzuM7Q.html "git常见操作") ### 其他 - [git从服务器找回本地删除的文件](https://www.malaoshi.top/show_1EF1ARjTPYBJ.html "git从服务器找回本地删除的文件") - [git merge git pull时候遇到冲突解决办法git stash](https://www.malaoshi.top/show_1EF1HtyBQVIC.html "git merge git pull时候遇到冲突解决办法git stash") - [git教程-删除文件](https://www.malaoshi.top/show_1IX95X2LLgd.html "git教程-删除文件") ### idea - [idea git的使用目录](https://www.malaoshi.top/show_1EF4K35CpPi.html "idea git的使用目录") ### gitee 1. [git教程-gitee创建版本库](https://www.malaoshi.top/show_1IX9UyLfeEl.html "git教程-gitee创建版本库") 2. [git教程-将远程库url添加到git中](https://www.malaoshi.top/show_1IX9V5zFxMx.html "git教程-将远程库url添加到git中") 3. [git教程-将本地库内容推送到远程库](https://www.malaoshi.top/show_1IX9V6LJYy1.html "git教程-将本地库内容推送到远程库") 4. [git教程-推送远程库报错](https://www.malaoshi.top/show_1IX9VBW4FXK.html "git教程-推送远程库报错") 5. [git教程-从远程库更新代码](https://www.malaoshi.top/show_1IX9VE9HKPW.html "git教程-从远程库更新代码") 4. [git教程-查看远程地址、删除远程地址](https://www.malaoshi.top/show_1IX9V6nJal4.html "git教程-查看远程地址、删除远程地址") ### github - [github的使用](https://www.malaoshi.top/show_1C7Zg5lkvh2.html "github的使用") - [git与github(gitee)关联](https://www.malaoshi.top/show_1EF57sdBkkz4.html "git与github(gitee)关联") - [github配置ssh](https://www.malaoshi.top/show_1EFOcI1nrJY.html "github配置ssh") - [Github代码文件上面的Raw、Blame、History](https://www.malaoshi.top/show_1EF4mzqZhn29.html "Github代码文件上面的Raw、Blame、History") - [github怎么改用户名](https://www.malaoshi.top/show_1C78ACafVE4.html "github怎么改用户名") 原文出处:http://malaoshi.top/show_1IX8qaff0fE.html