echo "# visitor_management" >> README.md git init git add README.md git commit -m "first commit" git branch -M Master git remote add origin https://github.com/aymenit2008/visitor_management.git git push -u origin Master