Initial commit
This commit is contained in:
commit
9de1b0b86f
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal 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
BIN
assets/cloning_geturl.png
(Stored with Git LFS)
Normal file
Binary file not shown.
2
guides/commit.md
Normal file
2
guides/commit.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Committing Code and Assets
|
||||||
|
|
8
guides/setting_up_repository.md
Normal file
8
guides/setting_up_repository.md
Normal 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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user