Set Up Git Repository on Storage Server
ssh natasha@ststor01
https://kodekloudhub.github.io/kodekloud-engineer/docs/projects/nautilus
sudo yum install -y git
sudo git init --bare /opt/news.git
A bare repository is designed for use as a central repository without a working directory.
U...
areef.hashnode.dev1 min read