Git subcommand. Open the relevant Redmine issues page.
Open the relevant Redmine issues page.
If the name of Git branch includes the Redmine issue number like bellow, display the issue page in your browser.
While in the Git branch directory
$ git redmine
git-config
settings take precedence.)or
$ echo "export GIT_REDMINE_URL=https://your.redmine.example.com/issues/" >> /path/to/your/profile
or
$ git config --global git-redmine.url "https://your.redmine.example.com/issues/"
$ git config git-redmine.url "https://your.redmine.example.com/issues/"
MIT