install git -->https://git-scm.com/install/windows
add your config into git
open git bash into computer
paste below CMD:
git config --global --unset user.name
git config --global --unset user.email
git config --global user.name"krathod02716"
git config --global user.email"krathod02716@gmail.com"
check your git config (paste below cmd into gitbash)
git config --list
check your email and username in given output
create a project folder into computer (ex.news-website)
join your folder with github
go to github website (login first)
create a new repo (check for new btn into dashbord -green color btn)
give a name to repo (ex. news-website)
click botton -->create a repo (green botton)
find the link that start with --> git remote add origin -->copy that whole line