Changes

Jump to navigation Jump to search
Line 28: Line 28:     
=== Setting a Remote Address ===
 
=== Setting a Remote Address ===
In order to be able to upload your project onto GitHub (or any other Git hosting site) you need to create a repository (see below) and then copy the clone URL.
+
In order to be able to upload your project onto GitHub (or any other Git hosting site) you need to create a repository (see below) and then copy the clone URL. There are two options, either cloning using HTTPS which will require you set up a temporary access key, or SSH which requires setting up a more permanent SSH key.
 +
 
 +
To add the URL as the remote repository for your local project run:
 +
 
 +
<code>git remote add origin <copied-url></code>
    
== Creating a RailOS Project with Git ==
 
== Creating a RailOS Project with Git ==
confirmed, superuser, Administrators
539

edits

Navigation menu