... | ... | @@ -114,8 +114,8 @@ You have successfully added your key to the server. You can now get your code fr |
|
|
|
|
|
Let's get your code from the server to your local machine.
|
|
|
|
|
|
1. In the browser navigate to your __Projects__ (top left) and click __Your Projects__. Then select the project you would like to clone to your local PC.
|
|
|
2. Copy the git URL by clicking the copy button. Ensure that __SSH__ is selected. See the section encircled in red below.
|
|
|
1. In the browser navigate to __Projects__ (top left) and click __Your Projects__. Then select the project you would like to clone to your local PC.
|
|
|
2. Copy the git URL by clicking the copy button. See the section encircled in red below. Ensure that __SSH__ is selected on the left of the URL box.
|
|
|
|
|
|

|
|
|
|
... | ... | @@ -125,7 +125,11 @@ Let's get your code from the server to your local machine. |
|
|
$ mkdir ~/git
|
|
|
$ cd ~/git
|
|
|
```
|
|
|
4. Now, finally, we can make a local copy or your code! In terminal type `git clone <what you copied pasted here>`. For example, this is what happens if all goes well:
|
|
|
4. Let's finally make a local copy or your code! In terminal type `git clone <what you copied pasted here>`.
|
|
|
|
|
|
> To paste in terminal, use the keys **ctrl** + **shift** + **v**.
|
|
|
|
|
|
For example, this is what happens if all goes well:
|
|
|
|
|
|
````
|
|
|
$ git clone git@git.cs.sun.ac.za:slug/netbot.git
|
... | ... | |