Cara menguplod file ke github

Buat account github
Buat repository

Gunakan alamat repository yang akan dipakai, contoh: 

git remote add origin https://github.com/username/new_repo

Ke direktori file file yang akan di uplod

Misalnya

cd /home/myproject
git init
git add nama_file atau nama_direktori atau . (tanda titik untuk semua file)
git commit -m "My first project"  (pesan untuk catatan)
git push origin master

Cek

git status

Komentar

Postingan populer dari blog ini

Pembahasan IT Network Systems Administration Module A DNS (Forward Zone, Reverse Zone, CNAME, MX, Split View)

Cara restart / stop windows service (services.msc) dengan bat / cmd

How to convert VMDK to OVA