Setting up a FreeBSD multi-user git server
This is a quick note on how to create a multi-user git server hosted on your own FreeBSD set-up, using the SSH protocol for reading/writing from/to repositories. Steps to follow (as ‘root‘):
1. Install the ‘git‘ package:
pkg_add -r git
2. Create a group called ‘gitusers‘:
pw