goostengine / goost

A general-purpose, extensible and customizable C++ extension for Godot Engine.
https://goostengine.github.io/
MIT License
481 stars 18 forks source link

Git plugin: Allow to customize path to repository #146

Closed Xrayez closed 3 years ago

Xrayez commented 3 years ago

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.