Redmine之基本建置與Scrum應用
整合 Git Repository
mkdir /home/git/mirrors
cd /home/git/mirrors
git clone --mirror /home/git/mirrors/repo.gitchown -R git:git repo.git
cd repo.gitvim post-receive#!/bin/sh
/usr/bin/git push --mirror /home/git/mirrors/repo.gitchown git:git post-receive
chmod 700 post-receive
chmod a+rX -R ./
git config --add core.sharedRepository 644Backlogs


Issue
Last updated
