gitlab-org--gitlab-foss/doc/university/training/topics/git_intro.md
Evan Read c403fdd7c0 SSoT audit fixes for GitLab U topics
Also improves the markdown in that section.
2019-06-11 08:38:59 +00:00

470 B

comments
false

Git introduction

Intro

https://git-scm.com/about

  • Distributed version control
    • Does not rely on connection to a central server
    • Many copies of the complete history
  • Powerful branching and merging
  • Adapts to nearly any workflow
  • Fast, reliable and stable file format

Help!

Use the tools at your disposal when you get stuck.