Skip to content

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

Top-rated games from Game Off 2024

Game Bytes

Another year, another incredible GitHub Game Off—and this one was secrets-ational! With over 500 submissions, participants turned the theme of “secrets” into an extraordinary showcase of creativity, humor, and mind-boggling mechanics. Play the top-rated games now!

Elixir logo

Popular topic

#

Elixir

Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
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
autofix.ci screenshot

This recommendation was created by GitHub staff

autofix.ci

autofix.ci

autofix.ci automatically fixes pull requests.

Pull Requests are often blocked on relatively trivial issues such as code formatting or leftover imports. Fixing these details is expensive as it requires additional roundtrips and context switching. autofix.ci automatically fixes such problems, unblocking development flow.