diff --git a/demoSmoke.xml b/demoSmoke.xml index 0b25441..cfcb68e 100644 --- a/demoSmoke.xml +++ b/demoSmoke.xml @@ -9,4 +9,11 @@ - \ No newline at end of file + + + git init + git add README.md + git commit -m "first commit" + git branch -M main + git remote add origin https://github.com/EsraAdileYilmaz/EasyBusTicketProje.git + git push -u origin main \ No newline at end of file