Git basics
Most Used git commands
git init
git init
git init command id used to initialize the black repository. It creates a .git folder in the current working directory. This .git folder will be a hidden folder that contains a bunch of directories and config...
sumitjeswani.hashnode.dev2 min read