Clone
3
Home
admin edited this page 2025-09-13 00:21:26 +00:00

Welcome to the Ctrl Alt Code wiki!

This is the central hub that you can access all Ctrl-Alt-Code resources and anything else that we think would help you along your coding journey.

Quickstart

We have a Playground Repository that you can have a go at using git. Follow the instructions on there which will guide you through how to use this git thing and the flow to add your first code!

What is this Git/Gitea thing anyway?

If you work in software/coding, you will come across git source control. It is a very useful tool that teams use which lets them all work on a single set of code files (a codebase). It allows teammates to 'pull' the code down from the central server, change the code, and then 'push' the changes that you have made. The code can then be 'merged' into the main blob of code that is held on the central server so others can see the changes you make 'pull' the latest code.

On our gitea server, you will be able to find examples of projects that you can build upon and store the code that you wrote so you can access it from anywhere!