# Git 教程 ## :memos: 知识点 - [Git 快速指南](git-quickstart.md) - [Git 配置](git-configuration.md) - [git-flow 工作流](git-flow.md) - [Git 常见问题](git-faq.md) ## :books: 学习资源 ### 官方资源 - [Git 官网](https://git-scm.com/) - [Git Github](https://github.com/git/git) ### 模板 - [gitignore 模板](https://github.com/github/gitignore) - .gitignore 文件模板 - [gitattributes 模板](https://github.com/alexkaratarakis/gitattributes) - .gitattributes 文件模板 - [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - git 命令简略图表 ### Git 书 - [Git 官方推荐教程](https://git-scm.com/book/zh/v2) - Scott Chacon 的 Git 书。 ### Git 教程 - [Git 中文教程](https://github.com/geeeeeeeeek/git-recipes) - [廖雪峰的 Git 教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - [有关 git 的学习资源](https://github.com/xirong/my-git) ### 文章 - [Git Cookbook](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md) - [Git 奇技淫巧](https://github.com/521xueweihan/git-tips) - [Git 风格指南](https://github.com/aseaday/git-style-guide) ### Git 工具 - [guis](https://git-scm.com/downloads/guis) - Git 官网展示的客户端工具列表。 - [gogs](https://github.com/gogits/gogs) - 极易搭建的自助 Git 服务。 - [gitflow](https://github.com/nvie/gitflow) - 应用 [fit-flow](http://nvie.com/posts/a-successful-git-branching-model/) 模型的工具。 - [firstaidgit.io](http://firstaidgit.io/) 一个可搜索的最常被问到的 Git 的问题 - [git-extra-commands](https://github.com/unixorn/git-extra-commands) - 一堆有用的额外的 Git 脚本 - [git-extras](https://github.com/tj/git-extras) - GIT 工具集 -- repo summary, repl, changelog population, author commit percentages and more - [git-fire](https://github.com/qw3rtman/git-fire) - git-fire 是一个 Git 插件,用于帮助在紧急情况下添加所有当前文件, 做提交(committing), 和推(push)到一个新分支(阻止合并冲突)。 - [git-tips](https://github.com/git-tips/tips) - Git 小提示 - [git-town](https://github.com/Originate/git-town) - 通用,高级 Git 工作流支持! http://www.git-town.com ### GUI 客户端(GUI Clients) - [GitKraken](https://www.gitkraken.com/) - 豪华的 Git 客户端 Windows, Mac & Linux - [git-cola](https://git-cola.github.io/) - 另外一个 Git 客户端 Windows & OS X - [GitUp](https://github.com/git-up/GitUp) - 一个新的 Git 客户端,在处理 Git 的复杂性上有自己的特点 - [gitx-dev](https://rowanj.github.io/gitx/) - 图形化的 Git 客户端 OS X - [Source Tree](https://www.sourcetreeapp.com/) - 免费的图形化 Git 客户端 Windows & OS X - [Tower](http://www.git-tower.com/) - 图形化 Git 客户端 OS X(付费)