# Git 资源 ## 官方资源 * [Git 官网](https://git-scm.com/) * [Git Github](https://github.com/git/git) * [Git 官方推荐教程](https://git-scm.com/book/zh/v2) ## Github 资源 * [gitignore 模板](https://github.com/github/gitignore) * [gitattributes 模板](https://github.com/alexkaratarakis/gitattributes) * [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) ## Git 教程 * [Git中文教程](https://github.com/geeeeeeeeek/git-recipes) * [廖雪峰的Git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) * [有关 git 的学习资料](https://github.com/xirong/my-git) ## Git 工具 * [Git 官网展示的客户端工具列表](https://git-scm.com/downloads/guis) * [git-extras](https://github.com/tj/git-extras) - 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/) 模型的工具。 ## 文章 * [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)