# Git-Course
**Repository Path**: terrycz126/Git-Course
## Basic Information
- **Project Name**: Git-Course
- **Description**: Git教程
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-04-04
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

史上最浅显易懂的Git教程!
为什么要编写这个教程?因为我在学习Git的过程中,买过书,也在网上Google了一堆Git相关的文章和教程,但令人失望的是,这些教程不是难得令人发指,就是简单得一笔带过,或者,只支离破碎地介绍Git的某几个命令,还有直接从Git手册粘贴帮助文档的,总之,初学者很难找到一个由浅入深,学完后能立刻上手的Git教程。
既然号称史上最浅显易懂的Git教程,那这个教程有什么让你怦然心动的特点呢?
首先,本教程绝对面向初学者,没有接触过版本控制概念的读者也可以轻松入门,不必担心起步难度;
其次,本教程实用性超强,边学边练,一点也不觉得枯燥。而且,你所学的Git命令是“充分且必要”的,掌握了这些东西,你就可以通过Git轻松地完成你的工作。
文字+图片还看不明白?有视频!!!
本教程只会让你成为Git用户,不会让你成为Git专家。很多Git命令只有那些专家才明白(事实上我也不明白,因为我不是Git专家),但我保证这些命令可能你一辈子都不会用到。既然Git是一个工具,就没必要把时间浪费在那些“高级”但几乎永远不会用到的命令上。一旦你真的非用不可了,到时候再自行Google或者请教专家也未迟。
如果你是一个开发人员,想用上这个世界上目前最先进的分布式版本控制系统,那么,赶快开始学习吧!
## 关于作者
Git教程原文 - 廖雪峰的官方网站
廖雪峰,十年软件开发经验,业余产品经理,精通Java/Python/Ruby/Visual Basic/Objective C等,对开源框架有深入研究,著有《Spring 2.0核心技术与最佳实践》一书,多个业余开源项目托管在GitHub
## 更多Git教程
- [Pro Git 中文版](https://alleniverson.gitbooks.io/gitcourse/content/https://www.gitbook.com/book/0532/progit/details)
- [Pro Git 第二版 简体中文 1](https://git-scm.com/book/zh/v2)
- [Pro Git 第二版 简体中文 2](https://alleniverson.gitbooks.io/gitcourse/content/https://www.gitbook.com/book/bingohuang/progit2/details)
- [从 0 开始学习GitHub](https://alleniverson.gitbooks.io/gitcourse/content/https://www.gitbook.com/book/stormzhang/learn-github-from-zero/details)
- [github-cheat-sheet GitHub秘籍](https://alleniverson.gitbooks.io/gitcourse/content/https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.html)
## Github托管主页
**https://github.com/JackChen1999/Git-Course**
请读者点击Star进行关注并支持!
## GitBook在线阅读
在线阅读,PDF、ePub、Mobi电子书下载
**https://alleniverson.gitbooks.io/gitcourse/content/**
## 目录
* [序言](https://alleniverson.gitbooks.io/gitcourse/content/README.html)
* [第1章 Git简介](https://alleniverson.gitbooks.io/gitcourse/content/第1章%20Git简介/README.html)
* [1.1 Git的诞生](https://alleniverson.gitbooks.io/gitcourse/content/第1章%20Git简介/Git的诞生.html)
* [1.2 集中式vs分布式](https://alleniverson.gitbooks.io/gitcourse/content/第1章%20Git简介/集中式vs分布式.html)
* [第2章 创建版本库](https://alleniverson.gitbooks.io/gitcourse/content/第2章%20创建版本库/README.html)
* [第3章 安装Git](https://alleniverson.gitbooks.io/gitcourse/content/第3章%20安装Git/README.html)
* [第4章 时光机穿梭](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/README.html)
* [4.1 版本回退](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/版本回退.html)
* [4.2 工作区和暂存区](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/工作区和暂存区.html)
* [4.3 管理修改](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/管理修改.html)
* [4.4 撤销修改](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/撤销修改.html)
* [4.5 删除文件](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/删除文件.html)
* [4.6 让GitBisect帮助你](https://alleniverson.gitbooks.io/gitcourse/content/第4章%20时光机穿梭/让GitBisect帮助你.html)
* [第5章 远程仓库](https://alleniverson.gitbooks.io/gitcourse/content/第5章%20远程仓库/README.html)
* [5.1 添加远程仓库](https://alleniverson.gitbooks.io/gitcourse/content/第5章%20远程仓库/添加远程仓库.html)
* [5.2 从远程库克隆](https://alleniverson.gitbooks.io/gitcourse/content/第5章%20远程仓库/从远程库克隆.html)
* [5.3 Git push与pull的默认行为](https://alleniverson.gitbooks.io/gitcourse/content/第5章%20远程仓库/push与pull的默认行为.html)
* [第6章 分支管理](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/README.html)
* [6.1 创建与合并分支](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/创建与合并分支.html)
* [6.2 解决冲突](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/解决冲突.html)
* [6.3 分支管理策略](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/分支管理策略.html)
* [6.4 Bug分支](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/Bug分支.html)
* [6.5 Feature分支](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/Feature分支.html)
* [6.6 多人协作](https://alleniverson.gitbooks.io/gitcourse/content/第6章%20分支管理/多人协作.html)
* [第7章 标签管理](https://alleniverson.gitbooks.io/gitcourse/content/第7章%20标签管理/README.html)
* [7.1 创建标签](https://alleniverson.gitbooks.io/gitcourse/content/第7章%20标签管理/创建标签.html)
* [7.2 操作标签](https://alleniverson.gitbooks.io/gitcourse/content/第7章%20标签管理/操作标签.html)
* [第8章 使用GitHub](https://alleniverson.gitbooks.io/gitcourse/content/第8章%20使用GitHub/README.html)
* [第9章 自定义Git](https://alleniverson.gitbooks.io/gitcourse/content/第9章%20自定义Git/README.html)
* [9.1 忽略特殊文件](https://alleniverson.gitbooks.io/gitcourse/content/第9章%20自定义Git/忽略特殊文件.html)
* [9.2 配置别名](https://alleniverson.gitbooks.io/gitcourse/content/第9章%20自定义Git/配置别名.html)
* [9.3 搭建Git服务器](https://alleniverson.gitbooks.io/gitcourse/content/第9章%20自定义Git/搭建Git服务器.html)
* [第10章 期末总结](https://alleniverson.gitbooks.io/gitcourse/content/第10章%20期末总结/README.html)
* [第11章 从0开始学习GitHub](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c序言%e3%80%8d.html)
* [01.初识 GitHub](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c01.初识%20GitHub%e3%80%8d.html)
* [02.加入 GitHub](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c02.加入%20GitHub%e3%80%8d.html)
* [03.Git 速成](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c03.Git%20速成%e3%80%8d.html)
* [04.向GitHub%20提交代码](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c04.向GitHub%20提交代码%e3%80%8d.html)
* [05.Git 进阶](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c05.Git%20进阶%e3%80%8d.html)
* [06.团队合作利器 Branch](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c06.团队合作利器%20Branch%e3%80%8d.html)
* [07.GitHub 常见的几种操作](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c07.GitHub%20常见的几种操作%e3%80%8d.html)
* [08.如何发现优秀的开源项目](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/从0开始学习%20GitHub%20系列之%e3%80%8c08.如何发现优秀的开源项目%e3%80%8d.html)
* [使用GIT FLOW管理开发流程](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/使用GIT%20FLOW管理开发流程.html)
* [GIT常用命令备忘](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/GIT常用命令备忘.html)
* [2016 Top 10 Android Library](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/2016%20Top%2010%20Android%20Library.html)
* [2016 年最受欢迎的编程语言是什么?](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/2016%20年最受欢迎的编程语言是什么?.html)
* [GitHub秘籍](https://alleniverson.gitbooks.io/gitcourse/content/第11章%20GitHub/GitHub秘籍.html)
## 关注我
- Email:<619888095@qq.com>
- CSDN博客:[Allen Iverson](http://blog.csdn.net/axi295309066)
- 新浪微博:[AndroidDeveloper](http://weibo.com/u/1848214604?topnav=1&wvr=6&topsug=1&is_all=1)
- GitHub:[JackChan1999](https://github.com/JackChan1999)
- GitBook:[alleniverson](https://www.gitbook.com/@alleniverson)
- 个人博客:[JackChan](https://jackchan1999.github.io/)
如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!
| 微信赞赏支持 | 支付宝赞赏支持 |
| :--------------------------------------: | :--------------------------------------: |
|
|
|