From de7ce49f7ac81265d26c3710dcd1e6398294b463 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 13 Sep 2025 00:12:25 +0000 Subject: [PATCH] Update Home --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 92746e3..9085bba 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,9 @@ # 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. \ No newline at end of file +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! \ No newline at end of file