Skip to content

Here's what's popular on GitHub today...

Rubber Duck Thursdays

Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we work on some projects and do some live coding.

A joyful summer hackathon for weird, wonderful, and wildly creative code

For the Love of Code

For the Love of Code is a global summer-long hackathon celebrating joyful, ridiculous, and wildly creative coding projects. Whether you’re building a bot that reviews your PRs like a concerned parent, finally doing something with that domain name you bought at 2AM, or inventing a programming language where every keyword is an emoji—this is your excuse to build the thing.

No startup pitches. No pressure. Just vibes.

Enter solo or with friends, and submit your project by September 22. Winners get Copilot Pro+, eternal nerd cred, and a feature on the GitHub blog.

Join in on the fun.

Awesome Lists logo

Popular topic

An awesome list is a list of awesome things curated by the community.
Git X-Modules screenshot

This recommendation was created by GitHub staff

Git X-Modules

Git X-Modules

Git X-Modules is a server-side app that syncs your project directories with other repositories. Think of it as a server-side alternative to Git Submodules. Check out the website or watch video for more details!

Use Cases

  • Combine multiple projects and components into a single repository for cross-project development
  • Include parts of other projects into yours
  • Share common assets across multiple projects

This recommendation was created by GitHub staff

pre-commit ci

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.