Initial commit

This commit is contained in:
Alan O'Cull 2023-09-25 12:36:14 -04:00
commit 9de1b0b86f
5 changed files with 19 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# This is a Git LFS file, it makes sure we don't nuke the computer by making it try to process too much data
# If you have any file that's not stored in ASCII-format (plain text), please track it here
*.png filter=lfs diff=lfs merge=lfs -text

BIN
assets/cloning_geturl.png (Stored with Git LFS) Normal file

Binary file not shown.

2
guides/commit.md Normal file
View File

@ -0,0 +1,2 @@
# Committing Code and Assets

View File

@ -0,0 +1,8 @@
# Setting up a Repository
All of our project data is stored on the "cloud" (an SD card running on a tiny computer), but how do you access them on your computer?
To get the files for yourself, you need to "clone" the repository.
First, navigate to the repository page on Gitea, then find the HTTP URL for git.
![](../assets/cloning_geturl.png)

3
readme.md Normal file
View File

@ -0,0 +1,3 @@
# Git Gud
Tutorial for setting up and using version-control software.