redmine_git_remote icon indicating copy to clipboard operation
redmine_git_remote copied to clipboard

Settings

Open triplem opened this issue 8 years ago • 0 comments

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.

triplem avatar Dec 31 '16 13:12 triplem