Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Git Beginners Git Beginners
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Computer-ScienceComputer-Science
  • Git BeginnersGit Beginners
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Jul 23, 2018 by Andrew James Collett's avatar Andrew James Collett
Show whitespace changes
Inline Side-by-side
Home.md
View page @ 665ff621
...@@ -114,8 +114,8 @@ You have successfully added your key to the server. You can now get your code fr ...@@ -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. 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. 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. Ensure that __SSH__ is selected. See the section encircled in red below. 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.
![Screen_Shot_2018-07-23_at_07.41.45](/uploads/89ea0a0843d72bfcd81c6c29e2b250ea/Screen_Shot_2018-07-23_at_07.41.45.png) ![Screen_Shot_2018-07-23_at_07.41.45](/uploads/89ea0a0843d72bfcd81c6c29e2b250ea/Screen_Shot_2018-07-23_at_07.41.45.png)
...@@ -125,7 +125,11 @@ Let's get your code from the server to your local machine. ...@@ -125,7 +125,11 @@ Let's get your code from the server to your local machine.
$ mkdir ~/git $ mkdir ~/git
$ cd ~/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 $ git clone git@git.cs.sun.ac.za:slug/netbot.git
......
Clone repository
  • Home