This adds version_control/git/repository_path project setting which allows to configure a path to existing Git repository (other than res:// path, which was a previously hardcoded default).
This is useful in cases when you create prototypes as separate Godot projects, but wish to track changes in main project, or when repository is not initialized directly in Godot project.
The version_control/git/repository_path setting supports both relative and absolute paths, but using relative paths is recommended if you work on a project with others.
This adds
version_control/git/repository_path
project setting which allows to configure a path to existing Git repository (other thanres://
path, which was a previously hardcoded default).This is useful in cases when you create prototypes as separate Godot projects, but wish to track changes in main project, or when repository is not initialized directly in Godot project.
The
version_control/git/repository_path
setting supports both relative and absolute paths, but using relative paths is recommended if you work on a project with others.