Skip to content

Instantly share code, notes, and snippets.

@dburger
Created May 27, 2009 19:23
Show Gist options
  • Save dburger/118842 to your computer and use it in GitHub Desktop.
Save dburger/118842 to your computer and use it in GitHub Desktop.
ssh gitserver.com
mkdir -p /var/data/repos/myrepo.git
cd /var/data/repos/myrepo.git
git --bare init --shared=group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment