Repository for learn how to make contribution on github
Here is how you can contribute to this repository
-
Fork repository
-
Clone repository that has been forked
$ git clone [url]
-
Create, edit, or delete file
-
Create a new commit
$ git add .
$ git commit -m "pesan"
- Push branch to github
$ git push origin master
- Create pull request