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
Created Home (markdown) authored Jul 19, 2018 by Andrew James Collett's avatar Andrew James Collett
Hide whitespace changes
Inline Side-by-side
Home.md 0 → 100644
View page @ ec8b02ed
Welcome to GitLab!
If this is your first time using `git` or simply using this GitLab server, please read through [First time using GitLab](#First-time-using-GitLab) before anything else.
[[_TOC_]]
## Simple Git cheat-sheet
### Setup
### Simple Git flow
Command | Effect | sample output
--- | --- | ---
`git pull` |
`git status` |
`git add` |
`git commit` |
`git push` |
## First time using GitLab
### SSH key Setup
### First project clone
### Understanding the `git` workflow
### Links and Videos
Clone repository
  • Home