mnindrazaka / dummy-repo

Dummy repo for learn how to contribute to github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dummy repo for learn how to contribute to github