Welcome to Enzo's Git!
This is a self-hosted version of GitHub. Why not use GitHub then you may ask? Because I like to make my life harder! Also, I (and soon, you) have complete control here, no hidden processing of your code by Big Tech, and can use things like local hooks and custom deployment scripts. See below instructions on how to proceed.
Step 1: Registration
Go to "Register" and create an account.
Step 2: get your public SSH key
Generate or retreive your public SSH key. On Mac, you can normally retreive it with cat ~/.ssh/id_rsa.pub on your shell. Need help? Have a look at the guide to create your own SSH keys or solve common problems you may encounter using SSH.
Step 3: add your public SSH key
Add your public SSH key to your account: "Login" → click on top-right corner → "Settings" → "SSH / GPG keys" → "Add key" → paste your public key.
Step 4: done!
You can now create your own repositories. If Enzo needs to add you to a repository, please let him know you registered and he will add you. That's it!