Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 253 Bytes

bootstrap5

create a new repository on the command line

echo "# bootstrap5" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:jarbelix/bootstrap5.git
git push -u origin main