github

GitForce and github

Assuming that you already have a github account, but the project that you'd like to share on github is currently only on your PC and you would like to upload it to a github.

Create a new repository on the github ("Dashboard" -> "New Repository")

If the sources on your PC is not added to git yet

Your project should now be added to git and managed by GitForce.

We will be using SSH to transfer files:

Now we need to generate our local private/public key pair, upload public key to github and add github's public key to our set of known hosts.

This particular setup differs on Windows and Linux:

After you have setup SSH, click on the "Settings" -> "Push to Remote" (or click on the green up arrow on the toolbar) to initiate git push command.

Your project should now be updated with the files you pushed.