Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 620 Bytes

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