Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 486 Bytes

File metadata and controls

21 lines (19 loc) · 486 Bytes

Instruções 📃

echo "# instructions" >> README.md
git init
git add README.md (. -> add all)
git commit -m "comment"
git branch -M main
git remote add origin https://github.com/RafaelUeda/(site name).git
git push -u origin main

git remote add origin https://github.com/RafaelUeda/(site name).git
git branch -M main
git push -u origin main