An open API service indexing awesome lists of open source software.

https://github.com/bagusperdanay7/wpu-git-test-2

Latihan git remote sesi 2 dengan Pak Sandhika Galih (Web Programming UNPAS)
https://github.com/bagusperdanay7/wpu-git-test-2

git github

Last synced: about 2 months ago
JSON representation

Latihan git remote sesi 2 dengan Pak Sandhika Galih (Web Programming UNPAS)

Awesome Lists containing this project

README

        

# WPU Git Test 2 - GIT REMOTE | WPU

Kode ini merupakan praktik materi Git Remote yang dibawakan oleh **Sandhika Galih** dari channel YouTube _Web Programming UNPAS_.

Link Video Tutorial: [GIT REMOTE](https://youtu.be/ppi_M-FX1CY?list=PLFIM0718LjIVknj6sgsSceMqlq242-jNf)

Bahasan Materi Meliputi:

- Membuat Repository
- Git Clone
- Git Remote
- Git Push
- Git Fetch
- Git Pull

## Technology stack & Tools

**Program ini membutuhkan:**

| Tech Stack & Tools | Version |
| ------------------ | ------- |
| Git | 2.30+ |
| Visual Studio Code | - |

## Catatan Pribadi

Jika ingin klona di komputer lain. Taruh di direktori berikut:

.
├── Course
│ ├── WPU
| | ├── git-github
| | └── ...
| └── ...
└── ...

Jika sudah di berada di folder **git-github**, baru clone.

```shell
git clone https://github.com/bagusperdanay7/WPU-git-test-2.git
```