Skip to main content

GIT-Protocol

This section will talk about how the git smart protocol works and the steps that are needed to be implemented. Following what can be seen in codecrafters.

This section will be separated in two, the one that has all the theory but no code, in case you don't want any help during the protocol implementation at the end, and another one that will have the code (written in C++) in case you would like to take a look.

Also, please, if you would like to contribute to this documentation by writing the code in other languages or by adding more information feel free to create a PR to the repository.

Some links that you might find helpful: