spatial theory and level design assignment 1
This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-06-05 11:11:27 +08:00
.idea/.idea.evermillion/.idea meta: add files 2024-06-05 11:10:54 +08:00
Assets meta: add files 2024-06-05 11:10:54 +08:00
Documentation meta: add files 2024-06-05 11:10:54 +08:00
Packages meta: add files 2024-06-05 11:10:54 +08:00
ProjectSettings meta: add files 2024-06-05 11:10:54 +08:00
Sources meta: add files 2024-06-05 11:10:54 +08:00
.gitattributes meta: add files 2024-06-05 11:10:54 +08:00
.gitignore meta: add files 2024-06-05 11:10:54 +08:00
.vsconfig meta: add files 2024-06-05 11:10:54 +08:00
README.md meta: add lfs commands 2024-06-05 11:11:27 +08:00
referencemap.xml meta: add files 2024-06-05 11:10:54 +08:00
referenceType2File.xml meta: add files 2024-06-05 11:10:54 +08:00

spatial theory and level design: assignment 1

proof of concept and test repository for pushing beeg repositories to 𝓁𝒶 𝓅𝑜𝒾𝓈𝓈𝑜𝓃 𝒹𝓊 𝒻𝑜𝓇𝑔𝑒

how do i add my repository?

  1. manage your git repo with github desktop or via the command line

    gh desktop

  2. add git files files to the repository root/folder

  3. open your repository in the terminal

    gh desktop

  4. make a repo and follow the forge's instructions

    Important

    if the project has a github deliverable, you must have different remote names
    i would recommend origin pointing to github, and forge pointing to the forge

    git checkout -b main
    git lfs install
    git config lfs.https://forge.joshwel.co/<username>/<repository>.git/info/lfs.locksverify true
    git remote add forge https://forge.joshwel.co/mark/<username>/<repository>/
    git push -u forge main
    
  5. profit

    for best results, use remote name origin for github, and forge for 𝓁𝒶 𝓅𝑜𝒾𝓈𝓈𝑜𝓃 𝒹𝓊 𝒻𝑜𝓇𝑔𝑒

    instructions

    # push changes to github
    git push origin main
    
    # push changes to forge
    git push forge main
    

    same things apply to pulling

have fun!

i previously didn't have .gitattributes, what now

it's a very involved process, and git is scary.

oh well, give up. restart your git repo if you can, else oops