learn git :
1/Starting a Git Repository:
Configuring Git: Before you start working on Git, you have to configure your name and email by using git config.
Initializing a new repository: If you want to create a repository in an existing project use git init.
Cl...
kalina.hashnode.dev2 min read