dhifafaz / workshop-hmif

Repository praktek workshop HMIF 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop HMIF 2021

Repository praktek workshop HMIF 2021

Task

1. Clone repository ini
git clone https://github.com/dimasadyaksa/workshop-hmif.git

2. Pull
git pull

3. Buat branch baru dengan nama f_<nim>
git branch f_<nim>

4. Pindah ke branch tersebut
git checkout f_<nim>

5. Buat kodingan hello world dengan bahasa pemrograman yang kamu sukai

6. Simpan dan beri nama file sesuai dengan nim

7. Add & Commit
git add .

git commit -m "<Jelaskan apa yang kamu buat>"

8. Push
git push origin f_<nim>

9. Buat pull request ke branch master

10. Review pull request yang dibuat oleh peserta lain

About

Repository praktek workshop HMIF 2021