Read me file created and pushed with following commands. vi README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/puneetbhatia77/my_repos.git git push -u origin master