Self-hosted GIT repo 

$ hint git repo
create a bare git repo:
GIT_DIR=proj.git git init --bare

add origin git repo:
git remote add origin ssh://hostname/path/to/proj.git