creating new simple Git repository

1970 + 1490134642
cd /opt/git/

sudo -u git mkdir new-repo.git

cd new-repo.git/

sudo -u git git init --bare

More posts