Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 190 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 190 Bytes
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:BlackJackChenn/MyNotes.git
git push -u origin main