diff options
Diffstat (limited to 'infrastructure/roles')
| -rw-r--r-- | infrastructure/roles/git/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infrastructure/roles/git/README.md b/infrastructure/roles/git/README.md index 90a558d..37f6ceb 100644 --- a/infrastructure/roles/git/README.md +++ b/infrastructure/roles/git/README.md @@ -29,3 +29,7 @@ ln -s $REPOSITORY_PATH ~/public_html/$REPO.git ``` Ensure that you push once to the repo, or run `git update-server-info` in the repository. + +## Using non-bare repositories + +Alternatively, use non-bare repositories and symlink the `.git` directory to `/var/lib/git` or `~/public_html`. |
