This commit is contained in:
Jonas Zeunert
2024-04-19 21:42:27 +02:00
parent cf12af73c2
commit 3619ac710a
646 changed files with 264625 additions and 0 deletions

406
terminal/github Normal file
View File

@@ -0,0 +1,406 @@
 awesome-github (https://github.com/AntBranch/awesome-github)
!Slack (https://antbr.herokuapp.com/badge.svg) (https://antbr.herokuapp.com/) 
收集这个awesome-github (https://github.com/AntBranch/awesome-github)列表只是为了更好地使用亲爱的GitHub,欢迎提交pr和issue。
 目录
- 教程 (#教程)
- **通用教程** (#通用教程) 
- **Git使用** (#git使用) 
- **GitHub Pages** (#github-pages)
- **GitBook** (#gitbook) 
- **GitHub API** (#github-api) 
- **Travis CI** (#travis-ci) 
- 文章 (#文章)
- 网站 (#网站)
- **常用网站** (#常用网站)
 - GitHub Rank (#github-rank)
- **Star管理** (#star管理)
- 工具 (#工具)
- **常用工具** (#常用工具) 
- **桌面工具** (#桌面工具) 
- **App** (#app) 
- **小程序** (#小程序) 
- **插件** (#插件) 
- **命令行** (#命令行) 
- **Git平台与工具** (#git平台与工具)
- 项目 (#项目)
- **项目** (#项目)
- **库** (#库) 
- 其他的awesome (#其他的awesome)
教程
通用教程
 ⟡ 《Github 帮助文档》 中文翻译 (https://github.com/waylau/github-help) - 包含了官方文档以及其他文章
 ⟡ GitHub Guides (https://guides.github.com/) - 官方的GitHub使用指引
 ⟡ GitHub 秘籍 (https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md) - 本书为 Github 中级教程,适用在 Github 上做开源项目、制作自己的博客和协同做项目的开发者。
 ⟡ Github全程指南-如何高效使用?
 (https://github.com/xirong/my-git/blob/master/how-to-use-github.md) - 作为一名开发者Github上面有很多东西值得关注学习可是刚刚接触github怎样一步步学习使用Github怎样更高效的利用Github
 ⟡ GotGitHub (http://www.worldhello.net/gotgithub/index.html) - 全面介绍 GitHub 网站的书
 ⟡ GitHub 开发指南 - 极客学院 (http://wiki.jikexueyuan.com/project/github-developer-guides/) - 本指南的目的是教会你如何实际运用 Github API本指南是 GitHub 官方文档 Development Guides 的中文翻译版本。
 ⟡ 怎样使用 GitHub (https://www.zhihu.com/question/20070065) - 知乎问题
 ⟡ 如何高效利用GitHub (http://www.yangzhiping.com/tech/github.html)
 ⟡ gitignore (https://github.com/github/gitignore) - GitHub官方的.gitignore模板集合
 ⟡ GitHub 漫游指南 (https://github.com/phodal/github-roam) - phodal的GitHub故事与教程
 ⟡ Github MarkDown语法指南 (https://github.com/guodongxiaren/README) - 使用Github必备
 ⟡ git/github guide (http://kbroman.org/github_tutorial/) - 使用Git和GitHub的指导
 ⟡ 如何在GitHub上为开源项目做贡献 (https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github) - 14 小节课教你如何使用 GitHub并为开源项目做贡献。
 ⟡ GitHub Pull Request Tutorial (https://www.thinkful.com/learn/github-pull-request-tutorial/) - 学习提交你的第一个pr
 ⟡ learn-with-open-source (https://github.com/zhuangbiaowei/learn-with-open-source) - 开放文档:《借助开源项目,学习软件开发》
 ⟡ open_source_analysis (https://github.com/zhuangbiaowei/open_source_analysis) -借助openhub.net分析开源项目列举了开源历史上那些的成功项目
 ⟡ GitHub秘籍 (https://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html) - 本秘籍收录了一些Git和Github非常酷同时又少有人知的功能。
 ⟡ github-guide (https://github.com/district10/github-guide) - GitHub 使用指南
 ⟡ Git 北京 (http://gitbeijing.com/) - 《 Git 北京》是一本带初学者学会 git 版本控制工具和 github.com 社交化编程平台的书。
 ⟡ Github与Git简明教程 (https://github.com/lavor-zl/Github-Git) - lavor-zl 编写
 
Git使用
 ⟡ Linus讲解git (https://www.youtube.com/watch?v=4XpnKHJAok8) - Google大会演讲Linus介绍他创造git的原因对比了git和svn。
 ⟡ Git教程 - 廖雪峰的官方网站 (http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) - 史上最浅显易懂的Git教程
 ⟡ git - 简明指南 (http://rogerdudler.github.io/git-guide/index.zh.html) - 助你入门 git 的简明指南,木有高深内容 ;)
 ⟡ 常用 Git 命令清单 (http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html) - 来自阮一峰的网络日志,列出了 Git 最常用的命令。
 ⟡ Pro Git中文版 (https://git.oschina.net/progit/) - 书
 ⟡ Git权威指南 (http://www.worldhello.net/gotgit/) - 书
 ⟡ git-flow 备忘清单 (http://danielkummer.github.io/git-flow-cheatsheet/index.zh_CN.html) - git-flow 是一个 git 扩展集,按 Vincent Driessen 的分支模型提供高层次的库操作。
 ⟡ Git Magic (http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/) -stanford出品
 ⟡ Atlassian Git Tutorials (https://www.atlassian.com/git/tutorials/setting-up-a-repository/) - atlassian出品
 ⟡ Try Git ( Interactive) (https://try.github.io/levels/1/challenges/1) -互动性的教你使用git
 ⟡ Git (简体中文) (https://wiki.archlinux.org/index.php/Git_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)) -archlinux出品
 ⟡ git-recipes (https://github.com/geeeeeeeeek/git-recipes) -高质量的Git中文教程来自国外社区的优秀文章和个人实践
 ⟡ git-it (http://jlord.us/git-it/) - GitHub一位女员工写的Git教程繁体中文版在这里可以找到: http://jlord.us/git-it/index-zhtw.html
 ⟡ Git Town (http://www.git-town.com/) - GitTown 定义了很多高级的 git 命令,例如 git ship / git sync 等以方便 git 的使用
 ⟡ git-tips (https://github.com/git-tips/tips) - 最常用的Git的提示和技巧。
 ⟡ 「Githug」Git 游戏通关流程 (http://www.jianshu.com/p/482b32716bbe) - 这个命令行工具通过游戏的方式来练习你的 Git 技能
 ⟡ progit2-zh (https://github.com/progit/progit2-zh) - Pro Git第二版简体中文
 ⟡ git-style-guide (https://github.com/agis-/git-style-guide)- git风格指南
 ⟡ Git 进阶技巧 (https://github.com/xhacker/GitProTips/blob/master/zh_CN.md) - 适合了解 Git 的基本使用,知道 commit、push、pull希望掌握 Git 更多功能的人阅读。
 ⟡ learn-git-basics (https://github.com/NataliaLKB/learn-git-basics) - git 指南
 ⟡ 30 天精通 Git 版本控管 (https://github.com/doggy8088/Learn-Git-in-30-days/blob/master/zh-tw/README.md)
 ⟡ 图解Git (http://marklodato.github.io/visual-git-guide/index-zh-cn.html) - 图解git中的最常用命令。如果你稍微理解git的工作原理这篇文章能够让你理解的更透彻。
 ⟡ 工作中常用的Git命令行 (https://github.com/DefaultYuan/Git-Pro) - 自己在工作中常用的Git命令行的小总结
 
GitHub Pages
 ⟡ GitHub Pages 指南 (http://jekyllcn.com/) - 官方文档翻译版
 ⟡ GitHub Pages 指南 - 极客学院 (http://wiki.jikexueyuan.com/project/github-pages-basics/) - 本指南是 GitHub Pages 官网 GitHub Pages Basics 的中文翻译版本。
 ⟡ jekyll官方文档中文翻译版 (http://jekyllcn.com/) - 将纯文本转换为静态博客网站
 ⟡ 搭建一个免费的无限流量的Blog----github Pages和Jekyll入门
 (http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html) - 示范如何在github上搭建Blog你可以从中掌握github的Pages功能以及Jekyll软件的基本用法。更重要的是你会体会到一种建立网站的全新思路。
 ⟡ jekyll 学习资料整理 (https://github.com/mba811/jekyll-study) - 在学习的同时将内容整理很多相关资料
 ⟡ jekyll-style-guide (http://ben.balter.com/jekyll-style-guide/) 
 ⟡ hexo你的博客 (http://ibruce.info/2013/11/22/hexo-your-blog/) - hexo出自台湾大学生tommy351 (https://twitter.com/tommy351)之手是一个基于Node.js的静态博客程序其编译上百篇文字只需要几秒。
 ⟡ Hexo 中文版 (https://hexo.io/zh-cn/) - hexo官网中文版
 ⟡ 像 geek 一样写博客 (http://wiki.jikexueyuan.com/project/github-page/) - 结合了Octopress
GitBook
 ⟡ GitBook 简明教程 (http://www.chengweiyang.cn/gitbook/index.html) - 本教程主要围绕 GitBook 的安装,使用,集成,书籍发布,个性化以及实用插件几个方面。
 ⟡ Gitbook 入门教程 (https://yuzeshan.gitbooks.io/gitbook-studying/content/index.html) - 本书将简单介绍如何安装、编写、生成、发布一本在线图书,且示例全部在windows下展示(其他系统差不多一致):
 ⟡ Gitbook 使用入门 (https://github.com/wwq0327/gitbook-zh) - 本书将简单介绍如何安装、编写、生成、发布一本在线图书。
GitHub API
 ⟡ How to Use Githubs API with PHP (http://www.sitepoint.com/use-githubs-api-php/) -通过PHP如何使用GitHub API
Travis CI
 ⟡ 为 iOS 建立 Travis CI (http://objccn.io/issue-6-5/) -在这篇文章中,我将向你展示如何一步步的在项目中集成 Travis。
 ⟡ Travis Ci的最接底气的中文使用教程 (http://www.jianshu.com/p/8308b8f08de9) -Travis Ci的中文文档太少了于是作者写了一篇简洁的教程
 ⟡ learn-travis (https://github.com/dwyl/learn-travis) - 一个对于node.js开发者快速入门的教程
 
文章
 ⟡ 如何高效利用GitHub (http://www.yangzhiping.com/tech/github.html) - 本文尝试谈谈GitHub的文化、技巧与影响
 ⟡ GitHub连击500天让理想的编程成为习惯 (https://www.phodal.com/blog/github-500-program-as-usual/) - phodal对于GitHub的看法
 ⟡ Github装逼指南——Travis CI 和 Codecov (https://segmentfault.com/a/1190000004415437) - 关于持续集成和统计单测覆盖率
 ⟡ 如何用Github去管理你的Idea (http://zhuanlan.zhihu.com/phodal/20442311) - 用Github的README.md和Issues来管理我的idea
 ⟡ GitHub开源项目负责人谈开源 (http://www.infoq.com/cn/news/2015/10/GitHub-OpenSource) - Brandon就其与开源的缘分、当前工作的职责、GitHub及员工与开源的关系等方面的问题一一进行了回答。
 ⟡ 亲爱的GitHub (https://github.com/dear-github/dear-github) - 致GitHub的一封公开信
 ⟡ thank-you-github (https://github.com/thank-you-github/thank-you-github) - 一封从GitHub毕业的公开信
 ⟡ Gist介绍与用法 (http://platinhom.github.io/2015/11/26/gist/) - Gist https://gist.github.com/ 是Github的一个子服务
 ⟡ 最活跃的GitHub用户 (https://gist.github.com/paulmillr/2657075/) - 想看最活跃用户可以看这里
 ⟡ Top 10 Git Tutorials for Beginners (http://sixrevisions.com/resources/git-tutorials-beginners/) -教你使用git最好的10本书
 ⟡ 使用GitHub进行团队合作 (http://xiaocong.github.io/blog/2013/03/20/team-collaboration-with-github/) - 译文
 ⟡ 一键收藏至Github (http://www.jianshu.com/p/19d2f3a3b5d8) - 通过 Rails 收藏文章,并自动提交至 github。
 ⟡ Github Hacking (http://www.jianshu.com/p/d6b54f1d60f1) - Github的各种黑客技能
 ⟡ Github上都有哪些有用但不为大家熟知的小功能 (https://www.zhihu.com/question/36974348) - 知乎问题
 ⟡ 如果你用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搭建一整套代码管理服务
 ⟡ 如何选择开源许可证 (http://www.ruanyifeng.com/blog/2011/05/how_to_choose_free_software_licenses.html) - 六种开源协议GPL、BSD、MIT、Mozilla、Apache和LGPL之间的区别
 ⟡ git-commit-guide (https://github.com/bluejava/git-commit-guide) - git commit message 指南
 ⟡ git操作是不是很难记住 (http://www.jianshu.com/p/e870fdd971fc) - 笔者试着分类git的常用操作方便同样是刚入门git的你查阅。
 ⟡ GUI for git|SourceTree|入门基础 (http://www.jianshu.com/p/be9f0484af9d) - SourceTree简介
 ⟡ Git版本控制与工作流 (http://www.jianshu.com/p/67afe711c731) - 针对git版本控制和工作流的总结
 ⟡ 在github上写博客 (http://www.jianshu.com/p/1260517bbedb) 
 ⟡ GitHub Universe 大会总结:信息流推荐开源库,推出社区功能 (https://juejin.im/post/59dd49dd51882578e310ebd1)
 ⟡ 译 GitHub Actions 介绍,了解一下? (https://juejin.im/post/5be191736fb9a049de6cd463)
 
网站
常用网站
 ⟡ GitHub Trending (https://github.com/trending) - GitHub官方的仓库和开发者流行榜
 ⟡ GitHub Resume (http://resume.github.io/) - 根据GitHub的信息生成简历
 ⟡ GitBook (https://www.gitbook.com/) - Github上写书发布到GitBook
 ⟡ choose a license (http://choosealicense.com/) - GitHub发布了choosealicense.com网站在呼吁开源项目开发者选择一个许可证的同时还提供了许可证的一些简要说明。
 ⟡ jekyllthemes (https://github.com/mattvh/jekyllthemes) - 一些好看的jekyll主题
 ⟡ gitential.com (https://gitential.com) - Analytics for Git 
 ⟡ feathub (https://feathub.com) - GitHub上投票的网站
 ⟡ git-history (https://github.com/pomber/git-history) - 这个工具可以非常形象地展示某个文件的提交历史,包括提交开发者的信息和时间,提交后文件的内容。
 ⟡ githut (https://githut.info/) - GitHub上语言排名
 
GitHub Rank
 ⟡ GitHub Rank (China) (http://githubrank.com/) - GitHub上中国程序员的排名网站根据follower
 ⟡ GitHub Ranking | GitHub Awards (http://github-awards.com/) - GitHub上程序员的排名网站根据star
 ⟡ github-battle (https://github-battle-2.firebaseapp.com/popular) - GitHub仓库排名
 ⟡ githunt (https://kamranahmed.info/githunt/) - github每日排名
Star管理
 ⟡ Astral (http://astralapp.com/) - 功能更加简洁。感觉不方便的地方就是需要先添加tag才能给项目添加tag。
 ⟡ CODELF (http://unbug.github.io/codelf/) - 基于Google Lovefiled简洁快速从开发者角度考虑用完就走不给开发者更多的管理负担。开源在GitHub上的链接unbug/codelf (https://github.com/unbug/codelf)
工具
常用工具
 ⟡ http://shields.io/ (http://shields.io/) - 开源项目的徽章
 ⟡ Classroom for GitHub (https://github.com/education/classroom) - Classroom for GitHub 可以自动创建代码仓库和访问控制,可以让老师很方便的在 GitHub 上发布代码任务和收集作业。
 ⟡ Hexo (https://github.com/hexojs/hexo) - 通过Github Pages写博客的Node.js框架
 ⟡ octicons (https://github.com/github/octicons) - GitHub的 图标字体
 ⟡ markdown-editor (https://github.com/jbt/markdown-editor) - GitHub味道的markdown编辑器
 ⟡ backup-utils (https://github.com/github/backup-utils) - backup-utils 是 Github 企业备份工具,它包括一些备份和恢复工具。这些备份工具实现了多项用于备份主机的高级功能,还原功能也已经包括在 GitHub Enterprise 中。
 ⟡ gistblog (https://github.com/jazzychad/gistblog) -gistblog 是一个简单的 Node.js 应用,使用 Github 的认证系统和 gist 提供的后台存储来实现博客的功能。可使用 Markdown 编写博客。
 ⟡ openspace (https://github.com/EverythingMe/openspace) -Openspace 是一个用来将你在 Github 上的项目汇总显示在一个网页里的应用。
 ⟡ primer (https://github.com/primer/primer) -Primer 是 Github 工具包,用于 Github 前端设计。
 ⟡ https://gitter.im (https://gitter.im) - 专门给GitHub开源项目或者开源作者提供的聊天软件
 ⟡ boennemann - badges (https://github.com/boennemann/badges) - 各种徽章
 ⟡ GitTorrent (https://github.com/cjb/GitTorrent)
 ⟡ Insight.io (https://juejin.im/entry/597025d9518825419f7b65ba) - 一款Chrome浏览器插件(可能是迄今为止最好的 GitHub 代码浏览插件)
桌面工具
 ⟡ ohmystar (http://www.ohmystarapp.com/) - Mac上管理你GitHub star的工具
 ⟡ GithubPulse (https://github.com/tadeuzagallo/GithubPulse) - OS X状态栏的APP帮你记住你在GitHub每天的贡献
 ⟡ pophub (http://questbe.at/pophub/) - OS X状态栏的APP显示GitHub 的activities
 ⟡ git-dude (https://github.com/sickill/git-dude) - git commit通知
 ⟡ gitee (https://github.com/Nightonke/Gitee) - Gitee, OS X status bar application for Github 漂亮的GitHub数据统计工具还有notifications功能
 ⟡ GitHubFolderDownloader (https://github.com/VahidN/GitHubFolderDownloader) - 可以下载一个仓库的单个文件夹的桌面工具
App
 ⟡ MVVMReactiveCocoa (https://github.com/leichunfeng/MVVMReactiveCocoa) !GitHub stars (https://img.shields.io/github/stars/leichunfeng/MVVMReactiveCocoa.svg) () - GitBucket iOS App一个GitHub第三方客户端
 ⟡ Monkey (https://github.com/coderyi/Monkey) !GitHub stars (https://img.shields.io/github/stars/coderyi/Monkey.svg) () - Monkey是一个GitHub第三方iOS客户端主要是用来展示GitHub上的开发者的排名以及仓库的排名。
 ⟡ 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
 ⟡ githot (https://github.com/andyiac/githot) !GitHub stars (https://img.shields.io/github/stars/andyiac/githot.svg) () - GitHot是一个Android App,用来发现世界上最流行的项目和人
 ⟡ CodeHub (https://github.com/thedillonb/CodeHub) !GitHub stars (https://img.shields.io/github/stars/thedillonb/CodeHub.svg) () - CodeHub是C#写的它是iOS设备上最好的GitHub仓库浏览和维护工具。
 ⟡ RepoStumble (https://github.com/thedillonb/RepoStumble) !GitHub stars (https://img.shields.io/github/stars/thedillonb/RepoStumble.svg) () - 查看GitHub仓库的手机客户端
 ⟡ GithubTrends (https://github.com/laowch/GithubTrends) !GitHub stars (https://img.shields.io/github/stars/laowch/GithubTrends.svg) () - Material Design风格的查看GitHub仓库trending app
 ⟡ ForkHub (https://github.com/jonan/ForkHub) !GitHub stars (https://img.shields.io/github/stars/jonan/ForkHub.svg) () - Android平台的GitHub客户端
 ⟡ GitEgo (https://github.com/hrules6872/GitEgo) !GitHub stars (https://img.shields.io/github/stars/hrules6872/GitEgo.svg) () - Android平台的GitHub客户端
 ⟡ Sources (https://github.com/vulgur/Sources) !GitHub stars (https://img.shields.io/github/stars/vulgur/Sources.svg) () - 一个极简的 Github 客户端Sources。内置几十个语法高亮的主题可供选择。
 ⟡ igithub (https://github.com/schacon/igithub) !GitHub stars (https://img.shields.io/github/stars/schacon/igithub.svg) () - github 的iPhone端
 ⟡ gitmonitor-ios (https://github.com/theotow/gitmonitor-ios) !GitHub stars (https://img.shields.io/github/stars/theotow/gitmonitor-ios.svg) () - 一个通知你不用再push代码的iOS app
 ⟡ GithubWidget (https://github.com/Nightonke/GithubWidget) !GitHub stars (https://img.shields.io/github/stars/Nightonke/GithubWidget.svg) () - 轻量级显示Github用户的贡献、星数、Follower数、热门仓库的App。
 ⟡ GitPocket (https://github.com/jindulys/GitPocket) !GitHub stars (https://img.shields.io/github/stars/jindulys/GitPocket.svg) () - Swift编写GitHub客户端
 ⟡ 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)
 ⟡ github (https://github.com/seasonfif/github) !GitHub stars (https://img.shields.io/github/stars/seasonfif/github.svg) () - github第三方Android客户端适配Material Design
 ⟡ GitHawk (https://github.com/rnystrom/GitHawk) !GitHub stars (https://img.shields.io/github/stars/rnystrom/GitHawk.svg) () - 针对 GitHub 项目的项目管理应用
 ⟡ CoolHub (https://github.com/m4coding/CoolHub) !GitHub stars (https://img.shields.io/github/stars/m4coding/CoolHub.svg) () - Github Android客户端基于kotlin和组件化
小程序
 ⟡ Gitter (https://github.com/huangjianke/Gitter) - GitHub小程序客户端
插件
 ⟡ octotree (https://github.com/buunguyen/octotree) -浏览器扩展树状格式显示GitHub的代码
 ⟡ octo-linker (https://github.com/octo-linker/chrome-extension) - 这款谷歌 Chrome 扩展允许您轻松地浏览 GitHub.com 上的文件和包。
 ⟡ github-hovercard (https://github.com/Justineo/github-hovercard) - GitHub Hovercard 是一个浏览器扩展,实现了展示用户在 Github 上信息的信息卡功能,支持 Firefox 和 Chrome 浏览器。
 ⟡ notifier-for-github-chrome (https://github.com/sindresorhus/notifier-for-github-chrome) - 一个浏览器扩展,它能显示 Github 通知的未读数量
 ⟡ github-menu-back (https://github.com/summerblue/github-menu-back) - 一款修改 GitHub 导航栏为之前状态的 Chrome 插件
 ⟡ git-draw (https://github.com/ben174/git-draw) - 谷歌 Chrome 扩展给GitHub提交历史画个画
 ⟡ ShowInGitHub (https://github.com/larsxschneider/ShowInGitHub) - Xcode插件打开选中行的GitHub提交页面
 ⟡ Reveal-In-GitHub (https://github.com/lzwjava/Reveal-In-GitHub) - 有关GitHub的Xcode插件
 ⟡ Visual Studio (https://github.com/github/VisualStudio) - 有关GitHub的Visual Studio插件
 ⟡ github-sublime-theme (https://github.com/AlexanderEkdahl/github-sublime-theme) - GitHub Sublime 主题
 ⟡ GitHubinator (https://github.com/ehamiter/GitHubinator) - sublime插件显示选中文本上的远程GitHub仓库
 ⟡ alfred-github-workflow (https://github.com/gharlan/alfred-github-workflow) - Alfred 2上使用GitHub命令
 ⟡ github-gmail (https://github.com/muan/github-gmail) - 在Gmail内快速打开GitHub的通知
 ⟡ chrome-github-avatars (https://github.com/anasnakawa/chrome-github-avatars) - 谷歌Chrome扩展可以让你的GitHub主页显示用户的头像。
 ⟡ tab-size-on-github (https://github.com/sindresorhus/tab-size-on-github) - 谷歌Chrome和Opera扩展让代码缩进为4个空格而不是8个
 ⟡ hide-files-on-github (https://github.com/sindresorhus/hide-files-on-github) - 谷歌Chrome和Opera扩展隐藏点文件
 ⟡ github-highlight-selected (https://github.com/Nuclides/github-highlight-selected) - 谷歌Chrome和Safari扩展代码高亮看起来像sublime
 ⟡ github-awesome-autocomplete (https://github.com/algolia/github-awesome-autocomplete) - 谷歌Chrome和Safari以及Firefox扩展在GitHub的搜索栏加入自动补全功能
 ⟡ chrome-github-mate (https://github.com/rubyerme/chrome-github-mate) - 谷歌Chrome扩展下载单个文件
 ⟡ Pages2Repo (https://github.com/Frozenfire92/Pages2Repo) - 谷歌Chrome扩展通过GitHub Pages网站就能访问仓库。
 ⟡ lovely-forks (https://github.com/musically-ut/lovely-forks) - 谷歌Chrome扩展显示fork你仓库中star最多的
 ⟡ github-pr-filter (https://github.com/danielhusar/github-pr-filter) - 谷歌Chrome扩展在pr中过滤文件
 ⟡ github-ast-viewer (https://github.com/lukehorvat/github-ast-viewer) - 谷歌Chrome扩展增加代码的抽象语法树
 ⟡ github-canned-responses (https://github.com/notwaldorf/github-canned-responses) - 谷歌Chrome扩展评论pr或者issue的时候有一些可选项
 ⟡ categoric (https://github.com/ozlerhakan/categoric) - 谷歌Chrome扩展为你的通知分类
 ⟡ octo-preview (https://github.com/DrewML/octo-preview) - 谷歌Chrome扩展预览你评论的markdown内容
 ⟡ GifHub (https://github.com/DrewML/GifHub) - 谷歌Chrome扩展GifHub一个往GitHub评论里边插入Gif动画的Chrome插件
 ⟡ star-history-plugin (https://github.com/timqian/star-history-plugin) - 查看仓库star历史的插件
 ⟡ open-on-github (https://github.com/atom/open-on-github) - atom插件打开文件在github.com
 ⟡ refined-github (https://github.com/sindresorhus/refined-github) - chrome插件简化你的github增加了一些可用的功能
 ⟡ gitpress (https://github.com/enricob/gitpress) - github的wordpress插件用于列出用户的仓库
 ⟡ jquery-github (https://github.com/zenorocha/jquery-github) -jquery的插件显示github仓库
 ⟡ sublime-text-git (https://github.com/kemayo/sublime-text-git) - sublime的git插件
 ⟡ git-plugin (https://github.com/jenkinsci/git-plugin) - jenkins的git插件
 ⟡ github-oauth-plugin (https://github.com/jenkinsci/github-oauth-plugin) - jenkins的github oauth登录插件
 ⟡ twitter-for-github (https://github.com/bevacqua/twitter-for-github) - 在github上显示用户twitter的chrome插件
 ⟡ Hudson-GIT-plugin (https://github.com/magnayn/Hudson-GIT-plugin) - Hudson上的GIT插件
 ⟡ git-time-machine (https://github.com/littlebee/git-time-machine) - atom插件查看提交历史
 ⟡ GitDiff (https://github.com/johnno1962/GitDiff) - Xcode插件
 ⟡ vim-gitgutter (https://github.com/airblade/vim-gitgutter) - git的vim 插件
 ⟡ github-integration-plugin (https://github.com/KostyaSha/github-integration-plugin) - Jenkins的GitHub集成插件
 ⟡ OctoLinker (https://github.com/OctoLinker/OctoLinker) - 浏览器插件,作用主要是可以跳转到导入的库代码中
 ⟡ octohint (https://github.com/pd4d10/octohint) - 可以帮助阅读代码时候,搜索定位同个变量出现的位置
命令行
 ⟡ hub (https://github.com/github/hub) - github官方出品的命令行工具让你更好地使用github
 ⟡ gitflow (https://github.com/nvie/gitflow)
 ⟡ gh (https://github.com/jingweno/gh) -gh 是一个用 Go 语言开发的 Github 命令行客户端。
 ⟡ node-gh (https://github.com/node-gh/gh) -Node GH 是基于 Node.js 编写的 Github 命令行工具。
 ⟡ gitsome (https://github.com/donnemartin/gitsome/) - supercharged Github Client
 ⟡ git-blame-someone-else (https://github.com/jayphelps/git-blame-someone-else) - 吐槽别人的烂代码
 ⟡ git-pulls (https://github.com/schacon/git-pulls) - github pull requests的命令后行工具
 ⟡ git-scribe (https://github.com/schacon/git-scribe) - 写电子书的命令行工具
 ⟡ github-gem (https://github.com/defunkt/github-gem) - github命令行工具
 ⟡ ghterm (https://github.com/github-archive/ghterm) - github终端
 ⟡ git-sh (https://github.com/rtomayko/git-sh) - 适合git的bash工作环境
 ⟡ legit (https://github.com/kennethreitz/legit) - 灵感来自于github for mac的git 命令行工具
 ⟡ git-sweep (https://github.com/arc90/git-sweep) - git命令行工具帮助你清理已经merge到master的分支
 ⟡ github-email (https://github.com/paulirish/github-email) - 获取用户的邮箱
 ⟡ git-smart (https://github.com/geelen/git-smart) 
 ⟡ git-subtree (https://github.com/apenwarr/git-subtree)
 ⟡ git-town (https://github.com/Originate/git-town)
 ⟡ git-fire (https://github.com/qw3rtman/git-fire) - 紧急情况下保存代码
 ⟡ gitsome (https://github.com/donnemartin/gitsome) - Git/GitHub命令行工具
 ⟡ maintainer (https://github.com/gaocegege/maintainer) - 让你的 GitHub repo 对开发者更加友好的命令行工具
Git平台与工具
 ⟡ git (https://github.com/git/git) - git源码
 ⟡ sourcetree (https://www.atlassian.com/software/sourcetree) - Windows 和Mac OS X 下免费的 Git客户端
 ⟡ gitbucket (https://github.com/gitbucket/gitbucket) - Scala编写的开源Git平台扩展性好兼容GitHub
 ⟡ gogs (https://github.com/gogits/gogs) - Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务,由无闻 (https://github.com/Unknwon)编写并开源在GitHub。
 ⟡ gitlab (https://about.gitlab.com/gitlab-com/) - GitLab 是一个用于仓库管理系统的开源项目,地址在gitlabhq (https://github.com/gitlabhq/gitlabhq)
 ⟡ gitx (https://github.com/pieter/gitx) - Mac平台上的Git GUI客户端
 ⟡ gity (https://github.com/beheadedmyway/gity) - mac的git客户端
 ⟡ svn2git (https://github.com/nirvdrum/svn2git) - ruby 实现的迁移svn工程到git
 ⟡ stupidgit (https://github.com/gyim/stupidgit) - python编写的git的跨平台GUI
 ⟡ GitUp (https://github.com/git-up/GitUp) - Objective-C编写的Mac上的Git客户端
 ⟡ gitea (https://github.com/go-gitea/gitea) - Gitea的首要目标是创建一个极易安装运行非常快速安装和使用体验良好的自建 Git 服务。
项目
项目
 ⟡ resume.github.com (https://github.com/resume/resume.github.com) - 根据用户的github信息生成简历
 ⟡ GitHub-Dark (https://github.com/StylishThemes/GitHub-Dark) - 黑色的GitHub网站风格
 ⟡ github-gists (https://github.com/kevva/github-gists) - 拿到一个GitHub用户的所有gist
 ⟡ Get-Your-GitHub-Card (https://github.com/codesboy/Get-Your-GitHub-Card) - 基于jquery拿到你的GitHub用户资料
 ⟡ ohmyrepo (https://github.com/no13bus/ohmyrepo) - 一个 GitHub 仓库分析工具
 ⟡ greenhat (https://github.com/4148/greenhat) - 一个让GitHub全绿的“旁门左道”的东西。
 ⟡ gitfiti (https://github.com/gelstudios/gitfiti) - 滥用github提交历史
 ⟡ Github-profile-name-writer (https://github.com/ironmaniiith/Github-profile-name-writer) - 把github提交历史变成你的名字
 ⟡ github-contributions (https://github.com/IonicaBizau/github-contributions) - 可以让你的 github 提交日历排出有趣的图案
 ⟡ github-corners (https://github.com/tholman/github-corners) - 显示 "Fork me on GitHub" 
 ⟡ GitHub-jQuery-Repo-Widget (https://github.com/JoelSutherland/GitHub-jQuery-Repo-Widget) - 一个GitHub风格的挂件方便在页面中展示GitHub项目
 ⟡ GitHub Archive (https://github.com/igrigorik/githubarchive.org) - GitHub Archive 是一个记录GitHub时间线的项目
 ⟡ github-cards (https://github.com/lepture/github-cards) - GitHub Cards 用来展示你的简介
 ⟡ githut (https://github.com/littleark/githut) - 可视化了GitHub Archive的数据网站链接http://githut.info/ (http://githut.info/)
 ⟡ lolcommits (https://github.com/mroth/lolcommits) - 每次提交Git都自拍一张 
 ⟡ github-selfies (https://github.com/thieman/github-selfies) - Github Selfies 可以在你 Github 的需求和贡献上加上你的自拍照。
 ⟡ badges (https://github.com/boennemann/badges) - 收集GitHub上readme页显示的与javascript有关的各种徽章
 ⟡ githug (https://github.com/Gazler/githug) - 通过游戏的方式来练习Git的命令行工具
 ⟡ css3-github-buttons (https://github.com/necolas/css3-github-buttons) - 帮助你创建github风格的 button
 ⟡ git-crypt (https://github.com/AGWA/git-crypt) - git加密
 ⟡ is-github-down (https://github.com/sindresorhus/is-github-down) - 检查github有没有down机
 ⟡ go-git (https://github.com/src-d/go-git)- 通过go来从git服务器读取仓库
 ⟡ GitViz (https://github.com/Readify/GitViz) - 帮助你训练git时的可视化工具
 ⟡ learnGitBranching (https://github.com/pcottle/learnGitBranching) - 学习git的可视化工具
 ⟡ Github (https://github.com/chenjiandongx/Github) - Github 仓库及用户分析爬虫
 ⟡ github-awards (https://github.com/vdaubry/github-awards) - 发现你GitHub的排名
 ⟡ micro-github (https://github.com/mxstbr/micro-github) - 简单地实现GitHub授权
 ⟡ git-changelog-lib (https://github.com/tomasbjerre/git-changelog-lib) - 解析和生成changelogreleasenotes的库
 ⟡ gitalk (https://github.com/gitalk/gitalk) - Gitalk 是一个基于 Github Issue 和 Preact 开发的评论插件。
 ⟡ GSIL (https://github.com/FeeiCN/GSIL) - 实时15分钟内的发现Github上泄露的信息
 ⟡ monkeyweb (https://github.com/coderyi/monkeyweb) - GitHub仓库和用户排名的web项目
 
库
 ⟡ octokit (https://github.com/octokit) - GitHub API的官方封装库
 ⟡ github - michael (https://github.com/michael/github) - JavaScript写的GitHub API的封装库
 ⟡ PyGithub (https://github.com/PyGithub/PyGithub) - Python的GitHub API封装库
 ⟡ UAGithubEngine (https://github.com/owainhunt/uagithubengine) - Objective-C的GitHub API封装库
 ⟡ RxGitHubAPI (https://github.com/FengDeng/RxGitHubAPI) -基于RxSwift的GitHub API封装库
 ⟡ GitHub API for Java (http://github-api.kohsuke.org/) -面向对象的GitHub API库
 ⟡ go-github (https://github.com/google/go-github) -Go实现的GitHub API库
 ⟡ ruby-github (https://github.com/peter-murach/github) -Ruby实现的GitHub API库
 ⟡ libgit2 (https://github.com/libgit2/libgit2) - Git核心库通过它可以写一个自己的git应用。
 ⟡ Gift (https://github.com/modocache/Gift) - 通过Swift绑定libgit2通过它你可以clone一个仓库查看commit提交等。
 ⟡ gitkit-js (https://github.com/SamyPesse/gitkit-js) - gitkit-jsSamyPesse开源的git的javascript实现包含一系列API,可以管理git仓库包括读文件commit clonepushfetch等可以工作在浏览器和node.js上
 ⟡ github3.py (https://github.com/sigmavirus24/github3.py) - GitHub API v3的python接口
 ⟡ PyGithub (https://github.com/PyGithub/PyGithub) - GitHub API v3的python接口
 ⟡ github - Haskell (https://github.com/PyGithub/PyGithub) - GitHub API 的Haskell接口
 ⟡ objective-git (https://github.com/schacon/objective-git) - Git的Objective-C实现
 ⟡ node-gitlab (https://github.com/node-gitlab/node-gitlab) - gitlab的node api
 ⟡ php-github-api (https://github.com/KnpLabs/php-github-api) - php的github api
 ⟡ cocoagit (https://github.com/geoffgarside/cocoagit) - git的objetive-c实现
 ⟡ ruby-github (https://github.com/mbleigh/ruby-github) - mbleigh写的ruby的github api
 ⟡ Git.framework (https://github.com/geoffgarside/Git.framework) - mac os x 平台的objective-c的git实现
 ⟡ pygit2 (https://github.com/libgit2/pygit2) - libgit2的python版
 ⟡ git.js (https://github.com/danlucraft/git.js) - git的js实现
 ⟡ nodegit (https://github.com/nodegit/nodegit) - git的node实现
 ⟡ GitSharp (https://github.com/henon/GitSharp) - .Net实现的git
 ⟡ erlangit (https://github.com/schacon/erlangit) - erlang 的git实现
 ⟡ libgit2sharp (https://github.com/libgit2/libgit2sharp) - .Net实现的git
 ⟡ Gift (https://github.com/modocache/Gift) - Swift编写的git实现
 ⟡ SwiftGit2 (https://github.com/SwiftGit2/SwiftGit2) - Swift编写的git实现
 ⟡ GithubPilot (https://github.com/jindulys/GithubPilot) - Swift的GitHub API 封装
 ⟡ GitYourFeedback (https://github.com/gabek/GitYourFeedback) - 让你可以直接在iOS App内feedback时向GitHub提交issue
 ⟡ monkey-github-api (https://github.com/coderyi/monkey-github-api) - TypeScript编写的GitHub API
其他的awesome
 ⟡ awesome-github (https://github.com/phillipadsmith/awesome-github) -phillipadsmith (https://github.com/phillipadsmith)的awesome-github
 ⟡ awesome-browser-extensions-for-github (https://github.com/stefanbuck/awesome-browser-extensions-for-github) -GitHub浏览器扩展收集列表
 ⟡ github-cheat-sheet (https://github.com/tiimgreen/github-cheat-sheet) -一些酷酷的Git和GitHub功能收集
 ⟡ awesome-github-templates (https://github.com/devspace/awesome-github-templates) - github issue 和 pull request的模版列表
 ⟡ awesome-github (https://github.com/Kikobeats/awesome-github)
 ⟡ awesome-jekyll (https://github.com/planetjekyll/awesome-jekyll)
 ⟡ Make timeline in rightside longer (https://github.com/pierreneter/make-color-for-profile-rightside)
 
Contributing
贡献指引请看 CONTRIBUTING (CONTRIBUTING.md).
License
! (https://i.creativecommons.org/l/by-nc/4.0/88x31.png)
文章版权采用CC Attribution-NonCommercial (http://creativecommons.org/licenses/by-nc/4.0/) 中文:署名-非商业性使用协议 (http://creativecommons.org/licenses/by-nc/3.0/cn/
).
awesome-github 是coderyi (https://github.com/coderyi)创建的现在由他和AntBranch组织维护,也欢迎每一个人加入进来. 
谢谢所有的贡献者 (https://github.com/AntBranch/awesome-github/graphs/contributors).
copyright (c) 2016 coderyi.all rights reserved.