Skip to content

coiled-coil/git-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-Redmine

Git-Redmine is integration tool between Git and Redmine, written in Python.


Install

1. Copy git-redmine into /usr/local/bin or whatever directory which can be executable specified by $PATH variable.

2. Configure API key of your Redmine account. API key is found in account menu in the redmine.
$ git config --global redmine.apiKey xxxxxxxxxxxxxxxxxxxxxxxxxxx

3. Configure Redmine URL of the project.
$ cd /repos/YOUR-PROJECT
$ git config redmine.projectUrl http://SAMPLE.COM/repos/YOUR-PROJECT


Tutorial

* List issues of the Redmine of your project
$ git redmine

* Show details of a issue
$ git redmine 1234
(Note that 1234 is the issue ID, please change it your self)

* Commit using with commit message consist on the issue subject and issue ID
$ git redmine commit 1234

About

Git Redmine integration tool, written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages