Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 187 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 187 Bytes

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