How do I collaborate with a friend through the internet

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sininenblue

Me and my friend would like to collaborate on game jam projects and the only way I know how to do that is to zip up the code, give it to him, he does stuff, and he gives it back to me.
I’m half sure that there are better ways to do it but I don’t know how

:bust_in_silhouette: Reply From: Omar13

Do you mean to work together at same time on the project? well… Git is the best answer.
Even more with lightweight godot projects (I worked with Unreal projects + git and is a pain in the…)
Try Github or Gitlab + Github desktop or Gitkraken (if you’re on linux)
Learn the basic command lines ('cause you know… command lines :P) but then you can easily do everything through your git desktop app
The are multitudes of tutorials

:bust_in_silhouette: Reply From: deaton64

Hello,

use a source code repository, such as Git. Git Tutorials and Training | Atlassian Git Tutorial

Host it here https://bitbucket.org/ or About · GitHub