Loading...
CONCEPT

CodeCrafters Git Server Internals

Learn about how CodeCrafters streams test results on Git push

avatar
rohitpaulk
Concept Author
3 min reading time

If you've ever done a git push to a CodeCrafters repository, you've seen output like this:

Git Push Workflow

This workflow is heavily inspired by Heroku, a platform that supports deploying applications via git push.

Curious about how this works under the hood? Read on to learn more.