项目作者: oppara

项目描述 :
Git subcommand. Open the relevant Redmine issues page.
高级语言: Shell
项目地址: git://github.com/oppara/git-redmine.git
创建时间: 2020-11-22T01:32:23Z
项目社区:https://github.com/oppara/git-redmine

开源协议:

下载


git-redmine

Open the relevant Redmine issues page.

Description

If the name of Git branch includes the Redmine issue number like bellow, display the issue page in your browser.

  • 123_foo
  • 456-bar
  • baz789

Requirement

Usage

While in the Git branch directory

  1. $ git redmine

Install

  1. Place it in a directory in your path.
  2. Specify Redmine issues URL. (The git-config settings take precedence.)
    1. $ echo "export GIT_REDMINE_URL=https://your.redmine.example.com/issues/" >> /path/to/your/profile
    or
    1. $ git config --global git-redmine.url "https://your.redmine.example.com/issues/"
    or
    1. $ git config git-redmine.url "https://your.redmine.example.com/issues/"

ToDo

  • Windows support.
  • Linux support.
  • Create Homebrew formula.

Licence

MIT

Author

oppara