Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 172 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 172 Bytes

Comandos

git init
git add -A
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:juniors90/while.git
git push -u origin main