Is it possible to work with someone else on a project?

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

Is it possible to work with someone else on a project? Like if you want to have a team for a game or animation. I just want to know because I was thinking of making an fps game but I don’t know how to use Godot.

:bust_in_silhouette: Reply From: Calinou

Godot doesn’t support live editing a project with other people, but you can use a version control system like Git to work on the same project in an asynchronous manner. GitHub and GitLab are popular hosting platforms for Git.