Changes

Line 24: Line 24:     
<code>git init</code>
 
<code>git init</code>
 +
 +
this initialises the repository and adds a hidden <code>.git</code> directory which will contain the archived project versions.
 +
 +
=== 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.
    
== Creating a RailOS Project with Git ==
 
== Creating a RailOS Project with Git ==
confirmed, superuser, Administrators
539

edits