ok I’m sorry I haven’t been as active (end of the year testing, track, ect) and its kind of embarrassing, but I cleared some of my cookies and it signed me out of makecode and GitHub. I forgot my password, so now I’m trying to get it back. Once I’ve gotten it back, I can git it all setup.
For Cursedeclipse’s question, this is [a horrible] explanation on how GitHub works
Basically you sign up and link your GitHub account to your makecode account. GitHub itself works by someone making changes to a project, then pushing it which is a fancy word for uploading that same project to the cloud. someone else can then Pull those changes, which is a fancy word for downloading those changes and putting them into your project. I used it for the global game jam this year and to be honest it was kind of wonky, but its better than posting NEW LINK, NEW LINK, NEW LINK! If everything works correctly, you should have your code and the other persons code in the workspace. And a tip the pro’s don’t tell you; PULL BEFORE YOU PUSH, and everyone’s code should be fine!
if that doesn’t make sense, @UnsignedArduino has a good explanation on what it does (which is much better than mine because I’m awful at explaining things)