Update Home

2025-09-13 00:12:25 +00:00
parent c82b900e60
commit de7ce49f7a

@@ -1,3 +1,9 @@
# Welcome to the Ctrl Alt Code wiki! # 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. 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.
## 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!