Git Valuable Commands:
#git init
It initiates new repository in the current directory. Git creates a new directory named ‘.git’ in the specified directory.
#git clone
Git clone command is used to create a copy of an existing Git repository from a remote location, from Git ...
sivadevops.hashnode.dev3 min read