From 9de1b0b86f8c93c53362d7d3b913b05c246ee4d9 Mon Sep 17 00:00:00 2001 From: Alan O'Cull Date: Mon, 25 Sep 2023 12:36:14 -0400 Subject: [PATCH] Initial commit --- .gitattributes | 3 +++ assets/cloning_geturl.png | 3 +++ guides/commit.md | 2 ++ guides/setting_up_repository.md | 8 ++++++++ readme.md | 3 +++ 5 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 assets/cloning_geturl.png create mode 100644 guides/commit.md create mode 100644 guides/setting_up_repository.md create mode 100644 readme.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..693c088 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/assets/cloning_geturl.png b/assets/cloning_geturl.png new file mode 100644 index 0000000..c861ba4 --- /dev/null +++ b/assets/cloning_geturl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafd1e070626137a89458fe8e55e2368decf518b2ee86c02a514e31cb6633a4a +size 70533 diff --git a/guides/commit.md b/guides/commit.md new file mode 100644 index 0000000..98e541d --- /dev/null +++ b/guides/commit.md @@ -0,0 +1,2 @@ +# Committing Code and Assets + diff --git a/guides/setting_up_repository.md b/guides/setting_up_repository.md new file mode 100644 index 0000000..aab394d --- /dev/null +++ b/guides/setting_up_repository.md @@ -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) + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..db77357 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# Git Gud +Tutorial for setting up and using version-control software. +