git clone https://gitlab.com/LakshanWijerathne1234/test_8.git cd test_8 git switch -c main touch README.md git add README.md git commit -m "add README" git push -u origin main