1. Download git from https://git-scm.com/downloads
git init
git remote add origin https://github.com/username/repository_name //Your repository path
git add -A
git commit -m "first commit"
git push -u origin master
git init
git remote add origin https://github.com/username/repository_name //Your repository path
git add -A
git commit -m "first commit"
git push -u origin master