Update Home
4
Home.md
4
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.
|
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?
|
## 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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user