1. Buka github dan klik pojok kanan atas (icon mu)

2. Pilih menu Your Repositories

3. New Repository

4. Tambahkan nama repo mu

5. pergi ke file tempatmu menaruh koding

6. kemudian jalankan perintah contoh ini

…or create a new repository on the command line

git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin git@github.username_mu/nama_repomu.git
git push -u origin main