From aada939d645e01a8ad8b2e06ffce97d4fec9c7d7 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 13 Sep 2025 00:21:26 +0000 Subject: [PATCH] Update Home --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index 9085bba..94dcb52 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,10 @@ 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](https://git.ctrl-alt-code.uk/CtrlAltCode/playground/src/branch/main/README.md) 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.