Git command

PHOTO EMBED

Thu Aug 25 2022 06:26:55 GMT+0000 (Coordinated Universal Time)

Saved by @vyadav1910

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

https://github.com/mayurgeek/reactmproj