gitlab-org--gitlab-foss/doc/university/training/topics/git_intro.md
Marcel Amirault 513d3f5811 Fix markdown in various docs
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
2019-08-30 02:25:44 +00:00

469 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.