I have installed Redmine on Debian. Also have Git with master (default) and develop branches.
I want to integrate git into redmine for showing this two branches in it.
But currently redmine show only master branch.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After reading some tutorials….
Initial new project “testproject” in gitosis.
Add some users.
Edit gitosis.conf:
save it…
ok. Let’s create our new project:
change readme.txt
ok. now we created master branch.
let’s create develop branch:
change newfile.txt
Now we are created new repositories with two branches (master|develop)
In redmine setup path to our …/testproject/.git
it’s all