Git and Github - A practical guide for Open Source Contribution
Git is a Version Control Software
GitHub is a website for hosting our Git repositories remotely
Download Git from here
To Setup your Git for the first time -
$ git config --global user.name "your_name"
$ git config --global user.email your_email
Git ...
runtime0907.hashnode.dev3 min read