/dummy-repo

Dummy repo for learn how to contribute to github

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