git clone https://github.com/amr1402/gild.git cd gild echo "My first commit in a year!" >> test.txt git add test.txt git commit -m "Adding a test commit" git push origin main
git clone https://github.com/amr1402/gild.git cd gild echo "My first commit in a year!" >> test.txt git add test.txt git commit -m "Adding a test commit" git push origin main