Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 897 Bytes

tugas1_5_URO.md

File metadata and controls

25 lines (21 loc) · 897 Bytes

Tugas 1 Programming URO

Developer

Hanny Margaretha Aritonang - 16021381

Video 5 - Bekerja dengan Git

Install Git

  1. Buka https://git-scm.com/
  2. Klik Download for Windows or Linux or Mac
  3. Finish installation

Git Command a. git inti -> untuk menginisialisasi repo b. git add -> untuk menambahkan file ke dalam staging area c. git status -> untuk mengetahun status git d. git commit -> untuk melakukan commit e. git config -> untuk melakukan konfigurasi ke dalam git f. git branch -> untuk membuat branch g. git help -> untuk melihat semua perintah git

3 Area Repo Git

  1. Working Tree -> folder tempat bekerja
  2. Staging Area -> memberitahu git bahwa sudah dilakukan perubahan -> tersimpan dalam folder .git
  3. History -> akan tersimpan dalam folder .git

image