Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.05 KB

ptccl-0-basic-git-github

Tutorial basic tentang Git dan Github

basic git command

a simplest way to perform pull request

  • fork your target repo
  • add remote to the forking repo
  • clone or pull to ur local machine
  • start editing and add the changes
  • push to master or branch
  • then click new pull request from github website, adding a few comment and create pull request

Membuat Repository


Langkah - langkah

1.Pertama login di situs Github dengan username dan password anda, kemudian klik Create New Repository. 2.Ketikan git clone https://github.com/alimuamar11/ptccl-0-basic-git-github.git 3.Lakukan edit pada readmi.md kemudian ketikan perintah git commit -m "Edit readme.md" 4.git push add origin master