Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created May 5, 2009 16:15
Show Gist options
  • Save edavis10/107029 to your computer and use it in GitHub Desktop.
Save edavis10/107029 to your computer and use it in GitHub Desktop.
git config for a bare Redmine repo
[core]
repositoryformatversion = 0
filemode = true
bare = true
[remote "origin"]
mirror = true
url = git://github.com/edavis10/redmine-timesheet-plugin.git
fetch = +refs/*:refs/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment