Important Git commands
Let's start with a basic and very important command that is used to initiate Git in your machine.
sudo git init
Reinitialized existing Git repository in /prod/DevOpsHit3/.git/
Another command to clone a repository from Remote to your local machine.
...
saifali2017.hashnode.dev6 min read