├── CONTRIBUTING.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 提交之前请确保遵以下原则: 3 | 4 | * 当你提交一个新的东西前,请确保链接、标题以及内容不是重复的. 5 | * 每一个新的东西附上说明建议是中文 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [awesome-github](https://github.com/AntBranch/awesome-github) 2 | [![Slack](https://antbr.herokuapp.com/badge.svg)](https://antbr.herokuapp.com/) 3 | 4 | 收集这个[awesome-github](https://github.com/AntBranch/awesome-github)列表,只是为了更好地使用亲爱的GitHub,欢迎提交pr和issue。 5 | ### 目录 6 | - [教程](#教程) 7 | - [通用教程](#通用教程) 8 | - [Git使用](#git使用) 9 | - [GitHub Pages](#github-pages) 10 | - [GitBook](#gitbook) 11 | - [GitHub API](#github-api) 12 | - [Travis CI](#travis-ci) 13 | - [文章](#文章) 14 | - [网站](#网站) 15 | - [常用网站](#常用网站) 16 | - [GitHub Rank](#github-rank) 17 | - [Star管理](#star管理) 18 | - [工具](#工具) 19 | - [常用工具](#常用工具) 20 | - [桌面工具](#桌面工具) 21 | - [App](#app) 22 | - [小程序](#小程序) 23 | - [插件](#插件) 24 | - [命令行](#命令行) 25 | - [Git平台与工具](#git平台与工具) 26 | - [项目](#项目) 27 | - [项目](#项目) 28 | - [库](#库) 29 | - [其他的awesome](#其他的awesome) 30 | 31 | 32 | ### 教程 33 | 34 | #### 通用教程 35 | 36 | * [《Github 帮助文档》 中文翻译](https://github.com/waylau/github-help) - 包含了官方文档以及其他文章 37 | * [GitHub Guides](https://guides.github.com/) - 官方的GitHub使用指引 38 | * [GitHub 秘籍](https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md) - 本书为 Github 中级教程,适用在 Github 上做开源项目、制作自己的博客和协同做项目的开发者。 39 | * [Github全程指南-如何高效使用?](https://github.com/xirong/my-git/blob/master/how-to-use-github.md) - 作为一名开发者,Github上面有很多东西值得关注学习,可是刚刚接触github,怎样一步步学习使用Github?怎样更高效的利用Github? 40 | * [GotGitHub](http://www.worldhello.net/gotgithub/index.html) - 全面介绍 GitHub 网站的书 41 | * [GitHub 开发指南 - 极客学院](http://wiki.jikexueyuan.com/project/github-developer-guides/) - 本指南的目的是教会你如何实际运用 Github API,本指南是 GitHub 官方文档 Development Guides 的中文翻译版本。 42 | * [怎样使用 GitHub?](https://www.zhihu.com/question/20070065) - 知乎问题 43 | * [如何高效利用GitHub](http://www.yangzhiping.com/tech/github.html) 44 | * [gitignore](https://github.com/github/gitignore) - GitHub官方的.gitignore模板集合 45 | * [GitHub 漫游指南](https://github.com/phodal/github-roam) - phodal的GitHub故事与教程 46 | * [Github MarkDown语法指南](https://github.com/guodongxiaren/README) - 使用Github必备 47 | * [git/github guide](http://kbroman.org/github_tutorial/) - 使用Git和GitHub的指导 48 | * [如何在GitHub上为开源项目做贡献?](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github) - 14 小节课教你如何使用 GitHub,并为开源项目做贡献。 49 | * [GitHub Pull Request Tutorial](https://www.thinkful.com/learn/github-pull-request-tutorial/) - 学习提交你的第一个pr 50 | * [learn-with-open-source](https://github.com/zhuangbiaowei/learn-with-open-source) - 开放文档:《借助开源项目,学习软件开发》 51 | * [open_source_analysis](https://github.com/zhuangbiaowei/open_source_analysis) -借助openhub.net分析开源项目,列举了开源历史上那些的成功项目 52 | * [GitHub秘籍](https://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html) - 本秘籍收录了一些Git和Github非常酷同时又少有人知的功能。 53 | * [github-guide](https://github.com/district10/github-guide) - GitHub 使用指南 54 | * [Git 北京](http://gitbeijing.com/) - 《 Git 北京》是一本带初学者学会 git 版本控制工具和 github.com 社交化编程平台的书。 55 | * [Github与Git简明教程](https://github.com/lavor-zl/Github-Git) - lavor-zl 编写 56 | 57 | #### Git使用 58 | 59 | * [Linus讲解git](https://www.youtube.com/watch?v=4XpnKHJAok8) - Google大会演讲,Linus介绍他创造git的原因,对比了git和svn。 60 | * [Git教程 - 廖雪峰的官方网站](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - 史上最浅显易懂的Git教程! 61 | * [git - 简明指南](http://rogerdudler.github.io/git-guide/index.zh.html) - 助你入门 git 的简明指南,木有高深内容 ;) 62 | * [常用 Git 命令清单](http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html) - 来自阮一峰的网络日志,列出了 Git 最常用的命令。 63 | * [Pro Git(中文版)](https://git.oschina.net/progit/) - 书 64 | * [Git权威指南](http://www.worldhello.net/gotgit/) - 书 65 | * [git-flow 备忘清单](http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html) - git-flow 是一个 git 扩展集,按 Vincent Driessen 的分支模型提供高层次的库操作。 66 | * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) -stanford出品 67 | * [Atlassian Git Tutorials](https://www.atlassian.com/git/tutorials/setting-up-a-repository/) - atlassian出品 68 | * [Try Git ( Interactive)](https://try.github.io/levels/1/challenges/1) -互动性的教你使用git 69 | * [Git (简体中文)](https://wiki.archlinux.org/index.php/Git_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)) -archlinux出品 70 | * [git-recipes](https://github.com/geeeeeeeeek/git-recipes) -高质量的Git中文教程,来自国外社区的优秀文章和个人实践 71 | * [git-it](http://jlord.us/git-it/) - GitHub一位女员工写的Git教程,繁体中文版在这里可以找到: http://jlord.us/git-it/index-zhtw.html 72 | * [Git Town](http://www.git-town.com/) - GitTown 定义了很多高级的 git 命令,例如 git ship / git sync 等以方便 git 的使用 73 | * [git-tips](https://github.com/git-tips/tips) - 最常用的Git的提示和技巧。 74 | * [「Githug」Git 游戏通关流程](http://www.jianshu.com/p/482b32716bbe) - 这个命令行工具通过游戏的方式来练习你的 Git 技能 75 | * [progit2-zh](https://github.com/progit/progit2-zh) - Pro Git,第二版,简体中文 76 | * [git-style-guide](https://github.com/agis-/git-style-guide)- git风格指南 77 | * [Git 进阶技巧](https://github.com/xhacker/GitProTips/blob/master/zh_CN.md) - 适合了解 Git 的基本使用,知道 commit、push、pull,希望掌握 Git 更多功能的人阅读。 78 | * [learn-git-basics](https://github.com/NataliaLKB/learn-git-basics) - git 指南 79 | * [30 天精通 Git 版本控管](https://github.com/doggy8088/Learn-Git-in-30-days/blob/master/zh-tw/README.md) 80 | * [图解Git](http://marklodato.github.io/visual-git-guide/index-zh-cn.html) - 图解git中的最常用命令。如果你稍微理解git的工作原理,这篇文章能够让你理解的更透彻。 81 | * [工作中常用的Git命令行](https://github.com/DefaultYuan/Git-Pro) - 自己在工作中常用的Git命令行的小总结! 82 | 83 | #### GitHub Pages 84 | 85 | * [GitHub Pages 指南](http://jekyllcn.com/) - 官方文档翻译版 86 | * [GitHub Pages 指南 - 极客学院](http://wiki.jikexueyuan.com/project/github-pages-basics/) - 本指南是 GitHub Pages 官网 GitHub Pages Basics 的中文翻译版本。 87 | * [jekyll官方文档中文翻译版](http://jekyllcn.com/) - 将纯文本转换为静态博客网站 88 | * [搭建一个免费的,无限流量的Blog----github Pages和Jekyll入门 89 | ](http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html) - 示范如何在github上搭建Blog,你可以从中掌握github的Pages功能,以及Jekyll软件的基本用法。更重要的是,你会体会到一种建立网站的全新思路。 90 | * [jekyll 学习资料整理](https://github.com/mba811/jekyll-study) - 在学习的同时将内容整理很多相关资料 91 | * [jekyll-style-guide](http://ben.balter.com/jekyll-style-guide/) 92 | * [hexo你的博客](http://ibruce.info/2013/11/22/hexo-your-blog/) - hexo出自台湾大学生[tommy351](https://twitter.com/tommy351)之手,是一个基于Node.js的静态博客程序,其编译上百篇文字只需要几秒。 93 | * [Hexo 中文版](https://hexo.io/zh-cn/) - hexo官网中文版 94 | * [像 geek 一样写博客](http://wiki.jikexueyuan.com/project/github-page/) - 结合了Octopress 95 | 96 | 97 | #### GitBook 98 | 99 | * [GitBook 简明教程](http://www.chengweiyang.cn/gitbook/index.html) - 本教程主要围绕 GitBook 的安装,使用,集成,书籍发布,个性化以及实用插件几个方面。 100 | * [Gitbook 入门教程](https://yuzeshan.gitbooks.io/gitbook-studying/content/index.html) - 本书将简单介绍如何安装、编写、生成、发布一本在线图书,且示例全部在windows下展示(其他系统差不多一致): 101 | * [Gitbook 使用入门](https://github.com/wwq0327/gitbook-zh) - 本书将简单介绍如何安装、编写、生成、发布一本在线图书。 102 | 103 | 104 | 105 | #### GitHub API 106 | 107 | * [How to Use Github’s API with PHP](http://www.sitepoint.com/use-githubs-api-php/) -通过PHP如何使用GitHub API 108 | 109 | 110 | #### Travis CI 111 | 112 | * [为 iOS 建立 Travis CI](http://objccn.io/issue-6-5/) -在这篇文章中,我将向你展示如何一步步的在项目中集成 Travis。 113 | * [Travis Ci的最接底气的中文使用教程](http://www.jianshu.com/p/8308b8f08de9) -Travis Ci的中文文档太少了,于是作者写了一篇简洁的教程 114 | * [learn-travis](https://github.com/dwyl/learn-travis) - 一个对于node.js开发者快速入门的教程 115 | 116 | ### 文章 117 | 118 | * [如何高效利用GitHub](http://www.yangzhiping.com/tech/github.html) - 本文尝试谈谈GitHub的文化、技巧与影响 119 | * [GitHub连击500天:让理想的编程成为习惯](https://www.phodal.com/blog/github-500-program-as-usual/) - phodal对于GitHub的看法 120 | * [Github装逼指南——Travis CI 和 Codecov](https://segmentfault.com/a/1190000004415437) - 关于持续集成和统计单测覆盖率 121 | * [如何用Github去管理你的Idea](http://zhuanlan.zhihu.com/phodal/20442311) - 用Github的README.md和Issues来管理我的idea 122 | * [GitHub开源项目负责人谈开源](http://www.infoq.com/cn/news/2015/10/GitHub-OpenSource) - Brandon就其与开源的缘分、当前工作的职责、GitHub及员工与开源的关系等方面的问题一一进行了回答。 123 | * [亲爱的GitHub](https://github.com/dear-github/dear-github) - 致GitHub的一封公开信 124 | * [thank-you-github](https://github.com/thank-you-github/thank-you-github) - 一封从GitHub毕业的公开信 125 | * [Gist介绍与用法](http://platinhom.github.io/2015/11/26/gist/) - Gist https://gist.github.com/ 是Github的一个子服务 126 | * [最活跃的GitHub用户](https://gist.github.com/paulmillr/2657075/) - 想看最活跃用户可以看这里 127 | * [Top 10 Git Tutorials for Beginners](http://sixrevisions.com/resources/git-tutorials-beginners/) -教你使用git最好的10本书 128 | * [使用GitHub进行团队合作](http://xiaocong.github.io/blog/2013/03/20/team-collaboration-with-github/) - 译文 129 | * [一键收藏至Github](http://www.jianshu.com/p/19d2f3a3b5d8) - 通过 Rails 收藏文章,并自动提交至 github。 130 | * [Github Hacking](http://www.jianshu.com/p/d6b54f1d60f1) - Github的各种黑客技能 131 | * [Github上都有哪些有用但不为大家熟知的小功能?](https://www.zhihu.com/question/36974348) - 知乎问题 132 | * [如果你用GitHub,可以这样提高效率](http://huang-jerryc.com/2016/01/15/%E5%A6%82%E6%9E%9C%E4%BD%A0%E7%94%A8GitHub%EF%BC%8C%E5%8F%AF%E4%BB%A5%E8%BF%99%E6%A0%B7%E6%8F%90%E9%AB%98%E6%95%88%E7%8E%87/) - 基于Github,搭建一整套代码管理服务 133 | * [如何选择开源许可证?](http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html) - 六种开源协议GPL、BSD、MIT、Mozilla、Apache和LGPL之间的区别 134 | * [git-commit-guide](https://github.com/bluejava/git-commit-guide) - git commit message 指南 135 | * [git操作是不是很难记住?](http://www.jianshu.com/p/e870fdd971fc) - 笔者试着分类git的常用操作,方便同样是刚入门git的你查阅。 136 | * [GUI for git|SourceTree|入门基础](http://www.jianshu.com/p/be9f0484af9d) - SourceTree简介 137 | * [Git版本控制与工作流](http://www.jianshu.com/p/67afe711c731) - 针对git版本控制和工作流的总结 138 | * [在github上写博客](http://www.jianshu.com/p/1260517bbedb) 139 | * [GitHub Universe 大会总结:信息流推荐开源库,推出社区功能](https://juejin.im/post/59dd49dd51882578e310ebd1) 140 | * [[译] GitHub Actions 介绍,了解一下?](https://juejin.im/post/5be191736fb9a049de6cd463) 141 | 142 | 143 | ### 网站 144 | 145 | #### 常用网站 146 | 147 | * [GitHub Trending](https://github.com/trending) - GitHub官方的仓库和开发者流行榜 148 | * [GitHub Resume](http://resume.github.io/) - 根据GitHub的信息生成简历 149 | * [GitBook](https://www.gitbook.com/) - Github上写书,发布到GitBook 150 | * [choose a license](http://choosealicense.com/) - GitHub发布了choosealicense.com网站,在呼吁开源项目开发者选择一个许可证的同时,还提供了许可证的一些简要说明。 151 | * [jekyllthemes](https://github.com/mattvh/jekyllthemes) - 一些好看的jekyll主题 152 | * [gitential.com](https://gitential.com) - Analytics for Git 153 | * [feathub](https://feathub.com) - GitHub上投票的网站 154 | * [git-history](https://github.com/pomber/git-history) - 这个工具可以非常形象地展示某个文件的提交历史,包括提交开发者的信息和时间,提交后文件的内容。 155 | * [githut](https://githut.info/) - GitHub上语言排名 156 | 157 | 158 | #### GitHub Rank 159 | 160 | * [GitHub Rank (China)](http://githubrank.com/) - GitHub上中国程序员的排名网站,根据follower 161 | * [GitHub Ranking | GitHub Awards](http://github-awards.com/) - GitHub上程序员的排名网站,根据star 162 | * [github-battle](https://github-battle-2.firebaseapp.com/popular) - GitHub仓库排名 163 | * [githunt](https://kamranahmed.info/githunt/) - github每日排名 164 | 165 | #### Star管理 166 | 167 | 168 | * [Astral](http://astralapp.com/) - 功能更加简洁。感觉不方便的地方就是需要先添加tag,才能给项目添加tag。 169 | * [CODELF](http://unbug.github.io/codelf/) - 基于Google Lovefiled,简洁快速,从开发者角度考虑,用完就走,不给开发者更多的管理负担。开源在GitHub上的链接[unbug/codelf](https://github.com/unbug/codelf) 170 | 171 | ### 工具 172 | 173 | #### 常用工具 174 | 175 | * [http://shields.io/](http://shields.io/) - 开源项目的徽章 176 | * [Classroom for GitHub](https://github.com/education/classroom) - Classroom for GitHub 可以自动创建代码仓库和访问控制,可以让老师很方便的在 GitHub 上发布代码任务和收集作业。 177 | * [Hexo](https://github.com/hexojs/hexo) - 通过Github Pages写博客的Node.js框架 178 | * [octicons](https://github.com/github/octicons) - GitHub的 图标字体 179 | * [markdown-editor](https://github.com/jbt/markdown-editor) - GitHub味道的markdown编辑器 180 | * [backup-utils](https://github.com/github/backup-utils) - backup-utils 是 Github 企业备份工具,它包括一些备份和恢复工具。这些备份工具实现了多项用于备份主机的高级功能,还原功能也已经包括在 GitHub Enterprise 中。 181 | * [gistblog](https://github.com/jazzychad/gistblog) -gistblog 是一个简单的 Node.js 应用,使用 Github 的认证系统和 gist 提供的后台存储来实现博客的功能。可使用 Markdown 编写博客。 182 | * [openspace](https://github.com/EverythingMe/openspace) -Openspace 是一个用来将你在 Github 上的项目汇总显示在一个网页里的应用。 183 | * [primer](https://github.com/primer/primer) -Primer 是 Github 工具包,用于 Github 前端设计。 184 | * [https://gitter.im](https://gitter.im) - 专门给GitHub开源项目或者开源作者提供的聊天软件 185 | * [boennemann - badges](https://github.com/boennemann/badges) - 各种徽章 186 | * [GitTorrent](https://github.com/cjb/GitTorrent) 187 | * [Insight.io](https://juejin.im/entry/597025d9518825419f7b65ba) - 一款Chrome浏览器插件(可能是迄今为止最好的 GitHub 代码浏览插件) 188 | #### 桌面工具 189 | 190 | * [ohmystar](http://www.ohmystarapp.com/) - Mac上管理你GitHub star的工具 191 | * [GithubPulse](https://github.com/tadeuzagallo/GithubPulse) - OS X状态栏的APP,帮你记住你在GitHub每天的贡献 192 | * [pophub](http://questbe.at/pophub/) - OS X状态栏的APP,显示GitHub 的activities 193 | * [git-dude](https://github.com/sickill/git-dude) - git commit通知 194 | * [gitee](https://github.com/Nightonke/Gitee) - Gitee, OS X status bar application for Github 漂亮的GitHub数据统计工具,还有notifications功能 195 | * [GitHubFolderDownloader](https://github.com/VahidN/GitHubFolderDownloader) - 可以下载一个仓库的单个文件夹的桌面工具 196 | 197 | #### App 198 | 199 | * [MVVMReactiveCocoa](https://github.com/leichunfeng/MVVMReactiveCocoa) [![GitHub stars](https://img.shields.io/github/stars/leichunfeng/MVVMReactiveCocoa.svg)]() - GitBucket iOS App,一个GitHub第三方客户端 200 | * [Monkey](https://github.com/coderyi/Monkey) [![GitHub stars](https://img.shields.io/github/stars/coderyi/Monkey.svg)]() - Monkey是一个GitHub第三方iOS客户端,主要是用来展示GitHub上的开发者的排名,以及仓库的排名。 201 | * [react-native-gitfeed](https://github.com/xiekw2010/react-native-gitfeed) [![GitHub stars](https://img.shields.io/github/stars/xiekw2010/react-native-gitfeed.svg)]() - 一个React Native写的Github客户端,支持iOS和Android 202 | * [githot](https://github.com/andyiac/githot) [![GitHub stars](https://img.shields.io/github/stars/andyiac/githot.svg)]() - GitHot是一个Android App,用来发现世界上最流行的项目和人 203 | * [CodeHub](https://github.com/thedillonb/CodeHub) [![GitHub stars](https://img.shields.io/github/stars/thedillonb/CodeHub.svg)]() - CodeHub是C#写的,它是iOS设备上最好的GitHub仓库浏览和维护工具。 204 | * [RepoStumble](https://github.com/thedillonb/RepoStumble) [![GitHub stars](https://img.shields.io/github/stars/thedillonb/RepoStumble.svg)]() - 查看GitHub仓库的手机客户端 205 | * [GithubTrends](https://github.com/laowch/GithubTrends) [![GitHub stars](https://img.shields.io/github/stars/laowch/GithubTrends.svg)]() - Material Design风格的查看GitHub仓库trending app 206 | * [ForkHub](https://github.com/jonan/ForkHub) [![GitHub stars](https://img.shields.io/github/stars/jonan/ForkHub.svg)]() - Android平台的GitHub客户端 207 | * [GitEgo](https://github.com/hrules6872/GitEgo) [![GitHub stars](https://img.shields.io/github/stars/hrules6872/GitEgo.svg)]() - Android平台的GitHub客户端 208 | * [Sources](https://github.com/vulgur/Sources) [![GitHub stars](https://img.shields.io/github/stars/vulgur/Sources.svg)]() - 一个极简的 Github 客户端,Sources。内置几十个语法高亮的主题可供选择。 209 | * [igithub](https://github.com/schacon/igithub) [![GitHub stars](https://img.shields.io/github/stars/schacon/igithub.svg)]() - github 的iPhone端 210 | * [gitmonitor-ios](https://github.com/theotow/gitmonitor-ios) [![GitHub stars](https://img.shields.io/github/stars/theotow/gitmonitor-ios.svg)]() - 一个通知你不用再push代码的iOS app 211 | * [GithubWidget](https://github.com/Nightonke/GithubWidget) [![GitHub stars](https://img.shields.io/github/stars/Nightonke/GithubWidget.svg)]() - 轻量级显示Github用户的贡献、星数、Follower数、热门仓库的App。 212 | * [GitPocket](https://github.com/jindulys/GitPocket) [![GitHub stars](https://img.shields.io/github/stars/jindulys/GitPocket.svg)]() - Swift编写GitHub客户端 213 | * [GitHubContributionsiOS](https://github.com/JustinFincher/GitHubContributionsiOS) [![GitHub stars](https://img.shields.io/github/stars/JustinFincher/GitHubContributionsiOS.svg)]() - 显示你的GitHub Contributions的Today Extension,App Store链接,[Contributions for GitHub](https://itunes.apple.com/us/app/contributions-for-github/id1153432612?l=zh&ls=1&mt=8) 214 | * [github](https://github.com/seasonfif/github) [![GitHub stars](https://img.shields.io/github/stars/seasonfif/github.svg)]() - github第三方Android客户端(适配Material Design) 215 | * [GitHawk](https://github.com/rnystrom/GitHawk) [![GitHub stars](https://img.shields.io/github/stars/rnystrom/GitHawk.svg)]() - 针对 GitHub 项目的项目管理应用 216 | * [CoolHub](https://github.com/m4coding/CoolHub) [![GitHub stars](https://img.shields.io/github/stars/m4coding/CoolHub.svg)]() - Github Android客户端(基于kotlin和组件化) 217 | 218 | #### 小程序 219 | 220 | * [Gitter](https://github.com/huangjianke/Gitter) - GitHub小程序客户端 221 | 222 | #### 插件 223 | 224 | * [octotree](https://github.com/buunguyen/octotree) -浏览器扩展,树状格式显示GitHub的代码 225 | * [octo-linker](https://github.com/octo-linker/chrome-extension) - 这款谷歌 Chrome 扩展允许您轻松地浏览 GitHub.com 上的文件和包。 226 | * [github-hovercard](https://github.com/Justineo/github-hovercard) - GitHub Hovercard 是一个浏览器扩展,实现了展示用户在 Github 上信息的信息卡功能,支持 Firefox 和 Chrome 浏览器。 227 | * [notifier-for-github-chrome](https://github.com/sindresorhus/notifier-for-github-chrome) - 一个浏览器扩展,它能显示 Github 通知的未读数量 228 | * [github-menu-back](https://github.com/summerblue/github-menu-back) - 一款修改 GitHub 导航栏为之前状态的 Chrome 插件 229 | * [git-draw](https://github.com/ben174/git-draw) - 谷歌 Chrome 扩展,给GitHub提交历史画个画 230 | * [ShowInGitHub](https://github.com/larsxschneider/ShowInGitHub) - Xcode插件,打开选中行的GitHub提交页面 231 | * [Reveal-In-GitHub](https://github.com/lzwjava/Reveal-In-GitHub) - 有关GitHub的Xcode插件 232 | * [Visual Studio](https://github.com/github/VisualStudio) - 有关GitHub的Visual Studio插件 233 | * [github-sublime-theme](https://github.com/AlexanderEkdahl/github-sublime-theme) - GitHub Sublime 主题 234 | * [GitHubinator](https://github.com/ehamiter/GitHubinator) - sublime插件,显示选中文本上的远程GitHub仓库 235 | * [alfred-github-workflow](https://github.com/gharlan/alfred-github-workflow) - Alfred 2上使用GitHub命令 236 | * [github-gmail](https://github.com/muan/github-gmail) - 在Gmail内快速打开GitHub的通知 237 | * [chrome-github-avatars](https://github.com/anasnakawa/chrome-github-avatars) - 谷歌Chrome扩展,可以让你的GitHub主页显示用户的头像。 238 | * [tab-size-on-github](https://github.com/sindresorhus/tab-size-on-github) - 谷歌Chrome和Opera扩展,让代码缩进为4个空格而不是8个 239 | * [hide-files-on-github](https://github.com/sindresorhus/hide-files-on-github) - 谷歌Chrome和Opera扩展,隐藏点文件 240 | * [github-highlight-selected](https://github.com/Nuclides/github-highlight-selected) - 谷歌Chrome和Safari扩展,代码高亮,看起来像sublime 241 | * [github-awesome-autocomplete](https://github.com/algolia/github-awesome-autocomplete) - 谷歌Chrome和Safari以及Firefox扩展,在GitHub的搜索栏加入自动补全功能 242 | * [chrome-github-mate](https://github.com/rubyerme/chrome-github-mate) - 谷歌Chrome扩展,下载单个文件 243 | * [Pages2Repo](https://github.com/Frozenfire92/Pages2Repo) - 谷歌Chrome扩展,通过GitHub Pages网站就能访问仓库。 244 | * [lovely-forks](https://github.com/musically-ut/lovely-forks) - 谷歌Chrome扩展,显示fork你仓库中star最多的 245 | * [github-pr-filter](https://github.com/danielhusar/github-pr-filter) - 谷歌Chrome扩展,在pr中过滤文件 246 | * [github-ast-viewer](https://github.com/lukehorvat/github-ast-viewer) - 谷歌Chrome扩展,增加代码的抽象语法树 247 | * [github-canned-responses](https://github.com/notwaldorf/github-canned-responses) - 谷歌Chrome扩展,评论pr或者issue的时候有一些可选项 248 | * [categoric](https://github.com/ozlerhakan/categoric) - 谷歌Chrome扩展,为你的通知分类 249 | * [octo-preview](https://github.com/DrewML/octo-preview) - 谷歌Chrome扩展,预览你评论的markdown内容 250 | * [GifHub](https://github.com/DrewML/GifHub) - 谷歌Chrome扩展,GifHub一个往GitHub评论里边插入Gif动画的Chrome插件 251 | * [star-history-plugin](https://github.com/timqian/star-history-plugin) - 查看仓库star历史的插件 252 | * [open-on-github](https://github.com/atom/open-on-github) - atom插件,打开文件在github.com 253 | * [refined-github](https://github.com/sindresorhus/refined-github) - chrome插件,简化你的github,增加了一些可用的功能 254 | * [gitpress](https://github.com/enricob/gitpress) - github的wordpress插件,用于列出用户的仓库 255 | * [jquery-github](https://github.com/zenorocha/jquery-github) -jquery的插件显示github仓库 256 | * [sublime-text-git](https://github.com/kemayo/sublime-text-git) - sublime的git插件 257 | * [git-plugin](https://github.com/jenkinsci/git-plugin) - jenkins的git插件 258 | * [github-oauth-plugin](https://github.com/jenkinsci/github-oauth-plugin) - jenkins的github oauth登录插件 259 | * [twitter-for-github](https://github.com/bevacqua/twitter-for-github) - 在github上显示用户twitter的chrome插件 260 | * [Hudson-GIT-plugin](https://github.com/magnayn/Hudson-GIT-plugin) - Hudson上的GIT插件 261 | * [git-time-machine](https://github.com/littlebee/git-time-machine) - atom插件查看提交历史 262 | * [GitDiff](https://github.com/johnno1962/GitDiff) - Xcode插件 263 | * [vim-gitgutter](https://github.com/airblade/vim-gitgutter) - git的vim 插件 264 | * [github-integration-plugin](https://github.com/KostyaSha/github-integration-plugin) - Jenkins的GitHub集成插件 265 | * [OctoLinker](https://github.com/OctoLinker/OctoLinker) - 浏览器插件,作用主要是可以跳转到导入的库代码中 266 | * [octohint](https://github.com/pd4d10/octohint) - 可以帮助阅读代码时候,搜索定位同个变量出现的位置 267 | 268 | #### 命令行 269 | * [hub](https://github.com/github/hub) - github官方出品的命令行工具,让你更好地使用github 270 | * [gitflow](https://github.com/nvie/gitflow) 271 | * [gh](https://github.com/jingweno/gh) -gh 是一个用 Go 语言开发的 Github 命令行客户端。 272 | * [node-gh](https://github.com/node-gh/gh) -Node GH 是基于 Node.js 编写的 Github 命令行工具。 273 | * [gitsome](https://github.com/donnemartin/gitsome/) - supercharged Github Client 274 | * [git-blame-someone-else](https://github.com/jayphelps/git-blame-someone-else) - 吐槽别人的烂代码 275 | * [git-pulls](https://github.com/schacon/git-pulls) - github pull requests的命令后行工具 276 | * [git-scribe](https://github.com/schacon/git-scribe) - 写电子书的命令行工具 277 | * [github-gem](https://github.com/defunkt/github-gem) - github命令行工具 278 | * [ghterm](https://github.com/github-archive/ghterm) - github终端 279 | * [git-sh](https://github.com/rtomayko/git-sh) - 适合git的bash工作环境 280 | * [legit](https://github.com/kennethreitz/legit) - 灵感来自于github for mac的git 命令行工具 281 | * [git-sweep](https://github.com/arc90/git-sweep) - git命令行工具,帮助你清理已经merge到master的分支 282 | * [github-email](https://github.com/paulirish/github-email) - 获取用户的邮箱 283 | * [git-smart](https://github.com/geelen/git-smart) 284 | * [git-subtree](https://github.com/apenwarr/git-subtree) 285 | * [git-town](https://github.com/Originate/git-town) 286 | * [git-fire](https://github.com/qw3rtman/git-fire) - 紧急情况下保存代码 287 | * [gitsome](https://github.com/donnemartin/gitsome) - Git/GitHub命令行工具 288 | * [maintainer](https://github.com/gaocegege/maintainer) - 让你的 GitHub repo 对开发者更加友好的命令行工具 289 | 290 | #### Git平台与工具 291 | * [git](https://github.com/git/git) - git源码 292 | * [sourcetree](https://www.atlassian.com/software/sourcetree) - Windows 和Mac OS X 下免费的 Git客户端 293 | * [gitbucket](https://github.com/gitbucket/gitbucket) - Scala编写的开源Git平台,扩展性好,兼容GitHub 294 | * [gogs](https://github.com/gogits/gogs) - Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务,由[无闻](https://github.com/Unknwon)编写并开源在GitHub。 295 | * [gitlab](https://about.gitlab.com/gitlab-com/) - GitLab 是一个用于仓库管理系统的开源项目,地址在[gitlabhq](https://github.com/gitlabhq/gitlabhq) 296 | * [gitx](https://github.com/pieter/gitx) - Mac平台上的Git GUI客户端 297 | * [gity](https://github.com/beheadedmyway/gity) - mac的git客户端 298 | * [svn2git](https://github.com/nirvdrum/svn2git) - ruby 实现的迁移svn工程到git 299 | * [stupidgit](https://github.com/gyim/stupidgit) - python编写的git的跨平台GUI 300 | * [GitUp](https://github.com/git-up/GitUp) - Objective-C编写的Mac上的Git客户端 301 | * [gitea](https://github.com/go-gitea/gitea) - Gitea的首要目标是创建一个极易安装,运行非常快速,安装和使用体验良好的自建 Git 服务。 302 | 303 | 304 | 305 | ### 项目 306 | 307 | 308 | #### 项目 309 | * [resume.github.com](https://github.com/resume/resume.github.com) - 根据用户的github信息生成简历 310 | * [GitHub-Dark](https://github.com/StylishThemes/GitHub-Dark) - 黑色的GitHub网站风格 311 | * [github-gists](https://github.com/kevva/github-gists) - 拿到一个GitHub用户的所有gist 312 | * [Get-Your-GitHub-Card](https://github.com/codesboy/Get-Your-GitHub-Card) - 基于jquery拿到你的GitHub用户资料 313 | * [ohmyrepo](https://github.com/no13bus/ohmyrepo) - 一个 GitHub 仓库分析工具 314 | * [greenhat](https://github.com/4148/greenhat) - 一个让GitHub全绿的“旁门左道”的东西。 315 | * [gitfiti](https://github.com/gelstudios/gitfiti) - 滥用github提交历史 316 | * [Github-profile-name-writer](https://github.com/ironmaniiith/Github-profile-name-writer) - 把github提交历史变成你的名字 317 | * [github-contributions](https://github.com/IonicaBizau/github-contributions) - 可以让你的 github 提交日历排出有趣的图案 318 | * [github-corners](https://github.com/tholman/github-corners) - 显示 "Fork me on GitHub" 319 | * [GitHub-jQuery-Repo-Widget](https://github.com/JoelSutherland/GitHub-jQuery-Repo-Widget) - 一个GitHub风格的挂件,方便在页面中展示GitHub项目 320 | * [GitHub Archive](https://github.com/igrigorik/githubarchive.org) - GitHub Archive 是一个记录GitHub时间线的项目 321 | * [github-cards](https://github.com/lepture/github-cards) - GitHub Cards 用来展示你的简介 322 | * [githut](https://github.com/littleark/githut) - 可视化了GitHub Archive的数据,网站链接,[http://githut.info/](http://githut.info/) 323 | * [lolcommits](https://github.com/mroth/lolcommits) - 每次提交Git都自拍一张 324 | * [github-selfies](https://github.com/thieman/github-selfies) - Github Selfies 可以在你 Github 的需求和贡献上加上你的自拍照。 325 | * [badges](https://github.com/boennemann/badges) - 收集GitHub上readme页显示的与javascript有关的各种徽章 326 | * [githug](https://github.com/Gazler/githug) - 通过游戏的方式来练习Git的命令行工具 327 | * [css3-github-buttons](https://github.com/necolas/css3-github-buttons) - 帮助你创建github风格的 button 328 | * [git-crypt](https://github.com/AGWA/git-crypt) - git加密 329 | * [is-github-down](https://github.com/sindresorhus/is-github-down) - 检查github有没有down机 330 | * [go-git](https://github.com/src-d/go-git)- 通过go来从git服务器读取仓库 331 | * [GitViz](https://github.com/Readify/GitViz) - 帮助你训练git时的可视化工具 332 | * [learnGitBranching](https://github.com/pcottle/learnGitBranching) - 学习git的可视化工具 333 | * [Github](https://github.com/chenjiandongx/Github) - Github 仓库及用户分析爬虫 334 | * [github-awards](https://github.com/vdaubry/github-awards) - 发现你GitHub的排名 335 | * [micro-github](https://github.com/mxstbr/micro-github) - 简单地实现GitHub授权 336 | * [git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib) - 解析和生成changelog,releasenotes的库 337 | * [gitalk](https://github.com/gitalk/gitalk) - Gitalk 是一个基于 Github Issue 和 Preact 开发的评论插件。 338 | * [GSIL](https://github.com/FeeiCN/GSIL) - 实时(15分钟内)的发现Github上泄露的信息 339 | * [monkeyweb](https://github.com/coderyi/monkeyweb) - GitHub仓库和用户排名的web项目 340 | 341 | #### 库 342 | 343 | * [octokit](https://github.com/octokit) - GitHub API的官方封装库 344 | * [github - michael](https://github.com/michael/github) - JavaScript写的GitHub API的封装库 345 | * [PyGithub](https://github.com/PyGithub/PyGithub) - Python的GitHub API封装库 346 | * [UAGithubEngine](https://github.com/owainhunt/uagithubengine) - Objective-C的GitHub API封装库 347 | * [RxGitHubAPI](https://github.com/FengDeng/RxGitHubAPI) -基于RxSwift的GitHub API封装库 348 | * [GitHub API for Java](http://github-api.kohsuke.org/) -面向对象的GitHub API库 349 | * [go-github](https://github.com/google/go-github) -Go实现的GitHub API库 350 | * [ruby-github](https://github.com/peter-murach/github) -Ruby实现的GitHub API库 351 | * [libgit2](https://github.com/libgit2/libgit2) - Git核心库,通过它可以写一个自己的git应用。 352 | * [Gift](https://github.com/modocache/Gift) - 通过Swift绑定libgit2,通过它你可以clone一个仓库,查看commit,提交等。 353 | * [gitkit-js](https://github.com/SamyPesse/gitkit-js) - gitkit-js,SamyPesse开源的git的javascript实现,包含一系列API,可以管理git仓库,包括读文件,commit, clone,push,fetch等,可以工作在浏览器和node.js上 354 | * [github3.py](https://github.com/sigmavirus24/github3.py) - GitHub API v3的python接口 355 | * [PyGithub](https://github.com/PyGithub/PyGithub) - GitHub API v3的python接口 356 | * [github - Haskell](https://github.com/PyGithub/PyGithub) - GitHub API 的Haskell接口 357 | * [objective-git](https://github.com/schacon/objective-git) - Git的Objective-C实现 358 | * [node-gitlab](https://github.com/node-gitlab/node-gitlab) - gitlab的node api 359 | * [php-github-api](https://github.com/KnpLabs/php-github-api) - php的github api 360 | * [cocoagit](https://github.com/geoffgarside/cocoagit) - git的objetive-c实现 361 | * [ruby-github](https://github.com/mbleigh/ruby-github) - mbleigh写的ruby的github api 362 | * [Git.framework](https://github.com/geoffgarside/Git.framework) - mac os x 平台的objective-c的git实现 363 | * [pygit2](https://github.com/libgit2/pygit2) - libgit2的python版 364 | * [git.js](https://github.com/danlucraft/git.js) - git的js实现 365 | * [nodegit](https://github.com/nodegit/nodegit) - git的node实现 366 | * [GitSharp](https://github.com/henon/GitSharp) - .Net实现的git 367 | * [erlangit](https://github.com/schacon/erlangit) - erlang 的git实现 368 | * [libgit2sharp](https://github.com/libgit2/libgit2sharp) - .Net实现的git 369 | * [Gift](https://github.com/modocache/Gift) - Swift编写的git实现 370 | * [SwiftGit2](https://github.com/SwiftGit2/SwiftGit2) - Swift编写的git实现 371 | * [GithubPilot](https://github.com/jindulys/GithubPilot) - Swift的GitHub API 封装 372 | * [GitYourFeedback](https://github.com/gabek/GitYourFeedback) - 让你可以直接在iOS App内feedback时向GitHub提交issue 373 | * [monkey-github-api](https://github.com/coderyi/monkey-github-api) - TypeScript编写的GitHub API 374 | 375 | ### 其他的awesome 376 | 377 | * [awesome-github](https://github.com/phillipadsmith/awesome-github) -[phillipadsmith](https://github.com/phillipadsmith)的awesome-github 378 | * [awesome-browser-extensions-for-github](https://github.com/stefanbuck/awesome-browser-extensions-for-github) -GitHub浏览器扩展收集列表 379 | * [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) -一些酷酷的Git和GitHub功能收集 380 | * [awesome-github-templates](https://github.com/devspace/awesome-github-templates) - github issue 和 pull request的模版列表 381 | * [awesome-github](https://github.com/Kikobeats/awesome-github) 382 | * [awesome-jekyll](https://github.com/planetjekyll/awesome-jekyll) 383 | * [Make timeline in rightside longer](https://github.com/pierreneter/make-color-for-profile-rightside) 384 | 385 | 386 | ### Contributing 387 | 贡献指引请看 [CONTRIBUTING](CONTRIBUTING.md). 388 | 389 | 390 | 391 | ### License 392 | ![](https://i.creativecommons.org/l/by-nc/4.0/88x31.png) 393 | 394 | 395 | 文章版权采用[CC Attribution-NonCommercial](http://creativecommons.org/licenses/by-nc/4.0/) 中文:[署名-非商业性使用协议](http://creativecommons.org/licenses/by-nc/3.0/cn/ 396 | ). 397 | 398 | awesome-github 是[coderyi](https://github.com/coderyi)创建的,现在由他和AntBranch组织维护,也欢迎每一个人加入进来. 399 | 400 | 谢谢所有的[贡献者](https://github.com/AntBranch/awesome-github/graphs/contributors). 401 | 402 | copyright (c) 2016 coderyi.all rights reserved. 403 | --------------------------------------------------------------------------------