HowTo keep in sync your git repository for redmine¶ With sufficiently recent git (>=1.6.0)¶ In the below examples, "git_user" and "project.git" should be modified for your GitHub project Set up a (bare) mirror of the source repository git clone --mirror git@github.com:git_user/project.git to fetch the changes cd project.git git fetch -q --all -p make fetching automatic by installing a crontask sud
{{#tags}}- {{label}}
{{/tags}}