mv /path/to/repo/.git /path/to/repo.git
rm -fr /path/to/repo
cd /path/to/repo.git; git config --bool core.bare true
See also
- Migrate a cvs repository to a git bare repository
- CVS to git Transition Guide
- Git Book - Set up a public repository
- Git Book - Set up a private repository
No comments:
Post a Comment