Simple step
- Pembaca dianggap telah memiliki akun github
- lakukan fork terhadap repository (jika berhasil url akan berubah
https://github/USERNAME/Prak1_PSBO
) - lakukan push file nim.txt ke repository yang telah di fork (Jika menggunakan command line)
- Jika gagal menggunakan command line gunakan fitur push yg ada pada github dan upload file secara manual (Tidak direkomendasikan)
- pada repository klik "Pull Request"
- Isi title dan description dan kirim pull request Pengecekan requst akan dilakukan secara berkala mohon menunggu sehingga file anda muncul pada repository. tutorial lengkap dapat mengunjungi https://yangsu.github.io/pull-request-tutorial/
Bang nasrul step i did these:
- get fork link by click the fork button on the top-right corner eg. my fork link was https://github.com/g64164017/Prak1_PSBO.git
- from terminal type:
git clone https://github.com/g64164017/Prak1_PSBO.git
- enter the local git folder.
cd Prak1_PSBO
- create my file:
touch G64164017.txt
- type detail into file. using nano or other text editor.
nano G64164017.txt
, Ctrl+X when done and answer Y to save. - add file to repo
git add G64164017.txt
- Commit to repo with comment after -m
git commit -m "Nasrul G64164017 commmit."
- check status
git status
- push to repo
git push origin master
- compare status
git status
done
Command line step
- Tutorial git pull request https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github
- Jika ada kendala bisa menggunakan fitur issues atau WA grup