#Share project files
6 messages · Page 1 of 1 (latest)
Two ways that I go about it (1) compress all the project files into a zip file and then have your brother extract on his computer (2) create a repository on GitHub that he can clone on his computer
Got it thank you 🙂
Using version control, like Git, is the correct way to do it if your brother is going to be changing stuff in your code. This way, each of you can have your own copies of the code without affecting each other. It also makes merging changes to code easier if both of you make changes to the same thing.
got it thank you for the heads up
Yeah WhtLotus is correct I just wasn't sure if your brother was going to glance at your code or if he was going to make changes himself. If he is making changes to the code than absolutely version control is a lifesaver. Here is a quick tutorial on how to set up version control with GitHub if you want to go with that tool.
https://youtu.be/5H4A74FIEtg?si=5Oa1LFXME7AoqOCd
Quick tutorial on how to use GitHub with Godot 4!
GitHub Desktop:
https://desktop.github.com