Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 237 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 237 Bytes

java-tutorial

init

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