Plugins Directory » Git Remote
Author: | Alex Dergachev | |
---|---|---|
Website: | https://github.com/dergachev/redmine_git_remote | |
Code repository: | https://github.com/dergachev/redmine_git_remote | |
Registered on: | 2014-11-28 (almost 10 years ago) | |
Current version: | 0.0.2 | |
Compatible with: | Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.5.x | |
User ratings: |
Redmine plugin to automatically clone and fetch referenced repositories. This plugin defines a new repository type, GitRemote, which allows you to associate a remote repository with your Redmine project.
Installation notes
Install the plugin as usual:
cd REDMINE_ROOT/plugins git clone https://github.com/dergachev/redmine_git_remote
Then enable the new GitRemote SCM type in http://redmine-root/settings?tab=repositories
Be sure to install the appropriate SSH keys to ~/.ssh/id_rsa (for your redmine user). I recommend creating a dedicated machine user on github/gitlab for this purpose.
Changelog
0.0.2 (2015-10-27)
Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.5.x.
Just a fake release to reflect expected RM version compats.
0.0.1 (2014-11-28)
Compatible with Redmine 2.6.x.