Day 3: Git Zero To Hero ๐
Table of contents
GIT INSTALLATION
Lets start the git installation:
Download Link : Link
Do normal installation just next -> next -> install.
After installation is complete we need to configure the git. So, lets do it.
git config --global user.name "your name"
git config --global user.email "your email id"
The above 2 commands will help u to setup your username , email.
After , executing the commands you are ready to play the game ๐
Next Blog Teaser ๐
Let's, get familiar with some linux comands ...
Thanx ๐
ย