Skip to content

How to contribute code using Github

thijs edited this page Oct 20, 2015 · 60 revisions

This page describes how you can contribute code to the Hydrogen project using Github

  1. goto github.com
  1. clone the hydrogen repo :
  1. clone the code from your Github repo to your PC
  • on your github repo page you will see a 'SSH clone URL' box : clone URL

  • copy the URL using the clipboard icon next to it

  • on your pc create a directory that will hold your local repo

  • open a terminal and cd to the directory you just created

  • now enter 'git clone [email protected]:thijz/hydrogen.git'

    $ git clone [email protected]:thijz/hydrogen.git
    Cloning into 'hydrogen'...
    remote: Counting objects: 28218, done.
    remote: Compressing objects: 100% (16/16), done.
    remote: Total 28218 (delta 8), reused 0 (delta 0), pack-reused 28202
    Receiving objects: 100% (28218/28218), 15.39 MiB | 2.94 MiB/s, done.
    Resolving deltas: 100% (19189/19189), done.