.idea/.idea.evermillion/.idea | ||
Assets | ||
Documentation | ||
Packages | ||
ProjectSettings | ||
Sources | ||
.gitattributes | ||
.gitignore | ||
.vsconfig | ||
README.md | ||
referencemap.xml | ||
referenceType2File.xml |
spatial theory and level design: assignment 1
proof of concept and test repository for pushing beeg repositories to 𝓁𝒶 𝓅𝑜𝒾𝓈𝓈𝑜𝓃 𝒹𝓊 𝒻𝑜𝓇𝑔𝑒
how do i add my repository?
-
manage your git repo with github desktop or via the command line
-
add git files files to the repository root/folder
-
open your repository in the terminal
-
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 recommendorigin
pointing to github, andforge
pointing to the forgegit 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
-
profit
for best results, use remote name
origin
for github, andforge
for 𝓁𝒶 𝓅𝑜𝒾𝓈𝓈𝑜𝓃 𝒹𝓊 𝒻𝑜𝓇𝑔𝑒# 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