Skip to content

Instantly share code, notes, and snippets.

@siayi
Created December 23, 2017 09:02
Show Gist options
  • Select an option

  • Save siayi/a24bdcb4b09493c356b0e7aaae3949f9 to your computer and use it in GitHub Desktop.

Select an option

Save siayi/a24bdcb4b09493c356b0e7aaae3949f9 to your computer and use it in GitHub Desktop.
Cara Berkontribusi di Repo Github

Contributing 01

  1. Fork a repo, eg: https://github.com/USER/REPO-NAME/fork ;
  2. Create your feature branch (git checkout -b my-new-feature);
  3. Commit your changes (git commit -am 'Add some feature');
  4. Push to the branch (git push origin my-new-feature);
  5. Create a new Pull Request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment