cd /var/www/ mkdir -p project-name/public_html cd project-name/public_html git init git remote add origin /home/username/gitBareRepos/project-name.git