Changes

Line 27: Line 27:     
this initialises the repository and adds a hidden <code>.git</code> directory which will contain the archived project versions.
 
this initialises the repository and adds a hidden <code>.git</code> directory which will contain the archived project versions.
 +
 +
There is no requirement for a remote server, Git can be used completely offline. However if you plan on pushing your project to GitHub you can create a repository on your account first then clone this locally using:
 +
 +
<code>git clone <repository-clone-url></code>
 +
 +
with this option you won't need to set a remote address later on. Details on creating a remote repository can be found below.
    
=== Setting a Remote Address ===
 
=== Setting a Remote Address ===
confirmed, superuser, Administrators
539

edits