Lecture # 3 - Setup Git Repository Locally
Setting up Local Git Repository:
Follow these steps to create a local repository.
Navigate to the directory that you want to initialize the git repository using the cd
command.
Now use git init to initialize your directory to git repository. A...
devopswithabdullah.hashnode.dev1 min read