Blog on Git basic concepts and commands
1. git init:
Usage: git init [repository name]
The git init command creates a new Git repository. It can be used to convert an existing, unversioned project to a Git repository or initialize a new, empty repository.
2. git clone:
Usage: git clone [ur...
omkarkarpe07.hashnode.dev2 min read