Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 193 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 193 Bytes

XXX

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