1. Setup and Configuration : config, clone, init
Configuring your GIT:
Before getting into configuration, check the version of git available in your system, if not install GIT.
You can check the version using:
git --version
As, we have installed GIT, in your system open git bash
Git Bash is a c...
git-tutorial.hashnode.dev2 min read