Created a user named git, this shall function as the user where git repos are put into. The git repos in the home directory of the user are supposed to be bare repositories. To initialize a repository issue the command:
git init --bare <site-name>.git
#!/bin/bash