shmulisarmy/hello

PHOTO EMBED

Mon Jun 03 2024 17:32:58 GMT+0000 (Coordinated Universal Time)

Saved by @shmuli

echo "# hello" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/shmulisarmy/hello.git
git push -u origin main
content_copyCOPY

https://github.com/shmulisarmy/hello