Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 429 Bytes

Readme.md

File metadata and controls

31 lines (20 loc) · 429 Bytes

Dummy Repo

Repository for learn how to make contribution on github

How to Contribute

Here is how you can contribute to this repository

  1. Fork repository

  2. Clone repository that has been forked

$ git clone [url]
  1. Create, edit, or delete file

  2. Create a new commit

$ git add .
$ git commit -m "pesan"
  1. Push branch to github
$ git push origin master
  1. Create pull request