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

https://github.com/bagusperdanay7/belajar-git-remote

Praktik Materi Git Remote diambil dari YouTube Pak Eko Kurniawan Khennedy (Programmer Zaman Now)
https://github.com/bagusperdanay7/belajar-git-remote

git git-remote github

Last synced: about 1 month ago
JSON representation

Praktik Materi Git Remote diambil dari YouTube Pak Eko Kurniawan Khennedy (Programmer Zaman Now)

Awesome Lists containing this project

README

          

# Tutorial Git Remote | PZN

Repository ini merupakan praktik dari materi Git Remote yang dibawakan oleh **Eko Kurniawan Khannedy** dari channel YouTube **_Programmer Zaman Now_**.

Link Video Tutorial:

[![Static Badge](https://img.shields.io/badge/Tutorial_Git_Remote-white?style=for-the-badge&logo=youtube&logoColor=%23FF0000)](https://www.youtube.com/watch?v=rE0PA87S-Mc)

Bahasan Materi Meliputi:

- Pengenalan Git Remote
- Git Server
- Git Server Repository
- SSH
- Remote Repository
- Push
- Clone
- Remote Branch

## Technology stack & Tools

**Program ini membutuhkan:**

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

## Catatan Pribadi

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

```text
.
├── Course
│ ├── Programmer Zaman Now
| | ├── GIT
| | └── ...
| └── ...
└── ...
```

Jika sudah di berada di folder **GIT**, baru clone.

```shell
git clone https://github.com/bagusperdanay7/belajar-git-remote.git
```