Skip to content

maxlawton/git-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-redmine

Git extras for task management with Redmine

Installation

Place the following files somewhere in your $PATH

Add these to your hooks template directory. You'll need to re-init any existing repos.

Configuration

# git-redmine sample configuration

[alias]
    tk = ticket
    red = redmine

[redmine]
    apiKey = e9d350be1db2c11ed500d6fd1d9d7d1d
    url = http://tracking.example.com
    outputCmd = redmine-status-output.sh
    autoMessage = true
    autoUpdate = false

Take a look at contrib/redmine-status-output.sh for an example outputCmd

About

Git extras for task management with Redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages