redmine_git_remote
redmine_git_remote copied to clipboard
Settings
Added two settings:
- Local Repository Path (git_local_path) - Path, where repositories are created on the local system. This defaults to
REDMINE_PLUGINS_PATH/redmine_git_remote/repos. - Remote Repository Url Prefix - Default Prefix of the Remote Repository. The Default Prefix for Remote Repositories, defaults to an empty value. If this value is set, this prefix is shown in the Clone URL field of a repository by default, but can be overwritten by the user (eg. https://github.com/).
Needed the first one (Local Repository Path) to be able to modify the path, where the repositories are stored on my system.