1.insatll git form the website: https://git-scm.com/downloads
> git config --global user.name "abc"
> git config --global user.email "[email protected]"
> git config --list
> git config user.name
> pwd
> ls
/c/Users/Kamrul
> mkdir gitrepo
> cd gitrepo
> git init
> git clone https://github.com/kaamrul/Git.git
> git add .
> git status
> git pull origin master
> git status
> git status
> git add .
> git status
> git commit -m "update"
> git pull origin master
> git push
> git status
> git status
> git add .
> git status
> git commit -m "update"
> git pull origin master
> git push
> git status