{"id":3925,"url":"https://github.com/fffaraz/awesome-github","name":"awesome-github","description":"A curated list of awesome GitHub tools, libraries, resources, and shiny things.","projects_count":73,"last_synced_at":"2026-04-10T23:00:40.410Z","repository":{"id":19125338,"uuid":"22354748","full_name":"fffaraz/awesome-github","owner":"fffaraz","description":"A curated list of awesome GitHub tools, libraries, resources, and shiny things.","archived":false,"fork":false,"pushed_at":"2024-05-29T05:52:42.000Z","size":39,"stargazers_count":532,"open_issues_count":4,"forks_count":71,"subscribers_count":28,"default_branch":"master","last_synced_at":"2026-03-13T09:45:04.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fffaraz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-07-28T19:18:55.000Z","updated_at":"2026-02-12T00:45:15.000Z","dependencies_parsed_at":"2025-06-13T05:04:29.786Z","dependency_job_id":"f568836c-8be7-4b83-9ff9-043bb290c6a8","html_url":"https://github.com/fffaraz/awesome-github","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fffaraz/awesome-github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Fawesome-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Fawesome-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Fawesome-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Fawesome-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fffaraz","download_url":"https://codeload.github.com/fffaraz/awesome-github/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fffaraz%2Fawesome-github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31040828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T08:32:29.083Z","status":"ssl_error","status_checked_at":"2026-03-27T08:32:27.811Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# Awesome GitHub\nA curated list of awesome GitHub tools, libraries, resources, and shiny things.\n\n- [Awesome GitHub](#awesome-github)\n\t- [Git](#git)\n\t- [GitHub](#github)\n\t- [Emoji](#emoji)\n\t- [Markdown](#markdown)\n\t- [Lists](#lists)\n\t- [Apps](#apps)\n\n## Git\n\n* [Git Reference](http://gitref.org/)\n* [LearnGitBranching](http://pcottle.github.io/learnGitBranching/) - An interactive Git visualization to challenge and educate!\n\n---\n* [A Visual Git Reference](http://marklodato.github.io/visual-git-guide/index-en.html) - Mark Lodato\n* [Programming Community Curated Resources for Learning Git](https://hackr.io/tutorials/learn-git)\n* [Conversational Git](http://blog.anvard.org/conversational-git/)\n* [Git From The Bottom Up](http://ftp.newartisans.com/pub/git.from.bottom.up.pdf) (PDF)\n* [Git Immersion](http://gitimmersion.com)\n* [Git internals](https://github.com/pluralsight/git-internals-pdf/raw/master/drafts/peepcode-git.pdf) - Scott Chacon (PDF)\n* [Git In The Trenches](http://cbx33.github.io/gitt/index.html)\n* [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/)\n* [Git Pocket Guide](http://chimera.labs.oreilly.com/books/1230000000561/index.html) - Richard E. Silverman\n* [Git Reference](http://www.gitref.org)\n* [Git Succinctly, Syncfusion](http://www.syncfusion.com/resources/techportal/ebooks/git) (PDF, Kindle) *(Just fill the fields with any values)*\n* [git - the simple guide](http://rogerdudler.github.io/git-guide/)\n* [Git Workflows](http://documentup.com/skwp/git-workflows-book)\n* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - Tim Green (Markdown) ***\n* [Lazygit](https://github.com/jesseduffield/lazygit) - A simple terminal UI for git commands\n* [Pro Git](http://git-scm.com/book) - Scott Chacon\n* [Pro Git Reedited](https://leanpub.com/progitreedited) - Jon Forrest\n* [Think Like (a) Git: A Guide for the Perplexed](http://think-like-a-git.net)\n* [Git Commands - App cross-platform](https://github.com/mariorodeghiero/git-commands) - Mário Rodeghiero\n* [GitKraken](https://www.gitkraken.com/) - Cross-platform git visualizer\n\n---\n* Pro Git Online Book [http://git-scm.com/book](http://git-scm.com/book)\n* Git Ready [http://gitready.com](http://gitready.com)\n* Quick Command Practice [http://try.github.com](http://try.github.com)\n* Git Real [http://www.codeschool.com/courses/git-real](http://www.codeschool.com/courses/git-real)\n* How to GitHub: Fork, Branch, Track, Squash and Pull Request [http://gun.io/blog/how-to-github-fork-branch-and-pull-request](http://gun.io/blog/how-to-github-fork-branch-and-pull-request)\n* Teach Github [https://github.com/github/teach.github.com](https://github.com/github/teach.github.com)\n* Git: The Simple Guide [http://rogerdudler.github.com/git-guide](http://rogerdudler.github.com/git-guide)\n* Git Immersion [http://gitimmersion.com](http://gitimmersion.com)\n* Git Branching [http://pcottle.github.io/learnGitBranching/](http://pcottle.github.io/learnGitBranching/)\n* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - A collection of helper scripts for git.\n* [How to Get More Out of Your Git Commit Message](https://datree.io/blog/git-commit-message-conventions-for-readable-git-log/) - Guide about how to write and enforce a proper commit message\n\n## GitHub\n\n* [GitHub Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) - A list of cool features of Git and GitHub.\n* [GitHub CLI](https://cli.github.com) - GitHub’s official command line tool.\n* [GitHub Education](https://github.com/education)\n* [Try Git](https://try.github.io/)\n* [Practice-Git](https://github.com/grayghostvisuals/Practice-Git) - Here we learn all things Git.\n* [Top GitHub best practices guide for developers](https://www.datree.io/resources/github-best-practices) - List of best practices to follow when managing repositories on GitHub.\n\n---\n+ [Github Archive](https://github.com/igrigorik/githubarchive.org)\n+ [Github Cheatsheet](https://github.com/tiimgreen/github-cheat-sheet)\n+ [Github Contributions Generator](https://github.com/IonicaBizau/github-contributions)\n+ [Github Friction tool](https://github.com/rafalchmiel/friction)\n+ [Github Hall of Fame](https://github.com/mehulkar/github-hall-of-fame)\n+ [Github Improve Git CLI](https://hub.github.com)\n+ [Github Issues Stats](http://issuestats.com)\n+ [Github Most active languages](http://githut.info)\n+ [Github Open Source Card](https://osrc.dfm.io)\n+ [Github Popular conventions](http://sideeffect.kr/popularconvention)\n+ [Github Repository Collaborators sorted by contributions](https://github.com/oleander/git-fame-rb)\n+ [Github Top Users](https://github.com/paulmillr/top-github-users)\n+ [Github URL Shortener](http://git.io)\n+ [Github Analytics](https://gitential.com)\n+ [GitHub Analytics for Open-Source](https://gitspo.com/)\n+ [GitHub Trending Repos](https://github.com/vitalets/github-trending-repos) - Follow new trending repositories in your favorite programming language via GitHub notifications.\n+ [CoderStats](https://coderstats.net/) - View statistics for GitHub users and organizations.\n+ [Pull Request Badge](https://pullrequestbadge.com/) Programatically insert badges in your pull request descriptions and then link them to anything.\n+ [gh-star-history](https://github.com/ykdojo/gh-star-history) - Visualize and compare GitHub star history as interactive charts.\n\n## Emoji\n\n* [Emoji](https://github.com/leereilly/emoji) - All of the emoji supported on GitHub pull requests, issues, comments, commit messages, markdown files, etc.\n* [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/) - Emoji emoticons listed on this page are supported on GitHub.\n* [Emoji Searcher](http://emoji.muan.co/) - Emoji finder.\n* [emoji](https://github.com/muan/emoji/) - Easiest way to find the emoji that echoes your mind.\n* [GitHub Emoji](https://gist.github.com/avalanche123/981817) - gist list.\n\n## Markdown\n\n* [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)\n* [Markdown Here Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet)\n* [Learn Markdown](https://www.gitbook.io/book/gitbookio/markdown) (PDF) (EPUB) (MOBI) - GitBookIO, Sammy P., Aaron O.\n\n## Lists\n\n* [lists](https://github.com/jnv/lists) - The definitive list of (awesome) lists curated on GitHub.\n* [lologl](https://github.com/yaph/lologl) - List of Lists of GitHub Lists.\n* [ListOfGithubLists](https://github.com/asciimoo/ListOfGithubLists) - List of GitHub lists.\n\n## Apps\n\n### Android\n* [GitHub Official App](https://play.google.com/store/apps/details?id=com.github.android\u0026hl=en)\n* [FastHub for GitHub](https://play.google.com/store/apps/details?id=com.fastaccess.github\u0026hl=en) - Open source unofficial GitHub client app\n* [OpenHub for GitHub](https://play.google.com/store/apps/details?id=com.thirtydegreesray.openhub\u0026hl=en) - Another open source GitHub client app\n* [OctoDroid for GitHub](https://play.google.com/store/apps/details?id=com.gh4a\u0026hl=en) - Yet another open source GitHub client app\n","created_at":"2024-01-06T20:24:42.942Z","updated_at":"2026-04-10T23:00:40.410Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["GitHub","Git","Markdown","Emoji","Apps","Lists"],"sub_categories":["Android"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/fffaraz%2Fawesome-github/projects"}