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
Restructure authored Jul 23, 2018 by Andrew James Collett's avatar Andrew James Collett
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 0e4bb0b8
......@@ -111,7 +111,10 @@ Now we will copy the key you have just created to your GitLab account.
You have successfully added your key to the server. You can now get your code from the server, and send your changes back to the server.
### First project clone
### First "clone", "change", "commit" and "push"
In this section we will learn how to clone your project down, add changes to it, commit those changes and send them back to the server.
#### First project clone
Let's get your code from the server to your local machine.
......
Clone repository
  • Home