code-learning/学习指南/21-Git 学习指南.md

41 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 精尽 Git 学习指南
绝大数情况下,我们对 Git 需要掌握的是:
1. Git 常用命令
2. Git 分支管理模型
# 1. 视频
- [《Git 视频教程全集》](https://www.bilibili.com/video/av59634634/?pikaqiu)
> **推荐~记得 b 站【收藏 + 点赞 + 投币】素质三连噢**。
>
> 一共 62P 6 个多小时。
- 黑马程序员 [《学会 Git 玩转 Github》](https://www.bilibili.com/video/av10475153)
> 一共 10 P 3 个小时不到。
>
> 也讲了如何使用 Github Page 搭建个人博客。
上述的视频,是艿艿翻了下目前大家看的比较多的视频,利益无关哈。
# 2. 书籍
[《Git 书单整理》](http://www.iocoder.cn/Books/Git-books-recommended/?vip)
- 超级强烈推荐 [《Git 教程》](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)
> 文字 + 图片 + 视频 。
>
> 比较浅显易懂
- 其它的书籍,胖友根据情况买落。🙂 艿艿是不太想为了 Git 看 200-300 页的书。嘿嘿。
# 3. 文章
- marklodato [《图解 Git》](https://marklodato.github.io/visual-git-guide/index-zh-cn.html)
- 超哥 [《Git 常用命令速查手册》](http://www.iocoder.cn/Fight/Git-command-quick-reference-manual/?vip)
- 猫尾 [《Git 提交记录和分支模型》](http://www.iocoder.cn/Fight/Git-commits-records-and-branching-models/?vip)
- 自由 [《我必须分享给大家的 Git 资源汇总》](http://www.iocoder.cn/Fight/I-have-to-share-Git-resource-summary-with-you/?vip)