Skip to content

ahmadsuherman/pw2023_223040066

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • PHP minimal versi 8.x.x
  • Web Server: Apache/NginX

Panduan Penggunaan

Unduh repository ke dalam komputer menggunakan perintah git clone. Url repository dapat dilihat di dalam repository yang diinginkan.

git clone <url repository> <folder tujuan>

Contoh

user@host:~$ git clone https://github.com/ahmadsuherman/pw2023_223040066.git pw2023_223040066
Cloning into 'pw2023_223040066'...
remote: Counting objects: 4, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), done.

Memperbarui Repository

Perbarui repository yang telah diunduh ke dalam komputer menggunakan perintah git pull.

git pull origin <nama branch>

Contoh

git pull https://github.com/ahmadsuherman/pw2023_223040066.git main
From https://github.com/ahmadsuherman/pw2023_223040066
 * branch            master     -> FETCH_HEAD
Already up-to-date.

Thank You

Stargazers repo roster for @ahmadsuheman/pw2023_223040066