GIT

1. 서버 초기화하기
cd /gitrepos
mkdir ./sandbox.git
cd ./sandbox.git
git --bare init --shared=true
git update-server-info
chown -R www:www .