<./>.dev./hood

# yum install git git-server -y
# mkdir repository
# cd /home/repo
# mkdir nubkru.git
# cd nubkru.git
# git init --bare --shared
# vi post-receive
# #!/bin/bash
  GIT_WROK_TREE=/usr/share/nginx/html/lfg git checkout -f
# chmod 755 post-receive
# cd
# mkdir .ssh
# ssh-keygen
# cd .ssh
# scp id_rsa.pub root@localhost:/home/repo/id_rsa.CHANGE_NAME.pub