for base guild git clone https://github.com/YOUR_USERNAME/first-repo.git cd first-repo echo "Hello World" > hello.txt git add hello.txt git commit -m "Add hello file" git push origin main
for base guild git clone https://github.com/YOUR_USERNAME/first-repo.git cd first-repo echo "Hello World" > hello.txt git add hello.txt git commit -m "Add hello file" git push origin main