echo "# qa-test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/aircall/qa-test.git git push -u origin master
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.