Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 843 Bytes

05-deskripsi-jawaban-dan-gambar.md

File metadata and controls

20 lines (11 loc) · 843 Bytes

Command pada Git

  1. git init (inisialisasi Git repository)

git init

  1. git add (menambah file ke index)

git add

  1. git commit (melakukan perubahan pada HEAD)

git commit

  1. git remote (membuat user terhubung ke remote repository)

git remote

  1. git push (mengirimkan perubahan ke branch dari remote repository)

git push