Grokking Git at PRH
CtrlK
  • Introduction
  • Part 1 - Overview
    • What is git?
    • CVCS
    • DVCS
    • Who uses git?
    • Why git?
    • What is Gitlab?
    • Benefits of Gitlab
    • Gitlab.com vs. Github.com
    • Work-flow Models
    • Integration Manager Work-Flow
    • Dictator and Lieutenants Work-flow
    • PRH Gitlab Tour
    • Gitlab Roles and Permissions
    • Suggested Practices
    • Continuous Integration
    • Gitlab CI
    • Gitlab CI Architecture
    • Gitlab CI Architecture (cont.)
    • Tour of Gitlab CI
    • FAQ
  • Part 2 - Git Fundamentals
    • Working Local
    • Local Branches
    • Remote Repos
    • Diff'ing
    • Handling WIP
    • Set up own repo
    • Let's Collaborate
    • Let's Collaborate (cont.)
  • Part 3 - Gitlab CI
    • What is Gitlab CI
    • CI Workflow and Architecture
    • CI Deployment Configurations
    • Branch Based Deployments
    • CI Hands-on Activities
    • Troubleshooting
  • Additional Resources
    • 3rd Party Integrations
Powered by GitBook
On this page
  1. Part 1 - Overview

Why git?

  1. Flexible

  2. Light-weight and FAST (https://git-scm.com/about/small-and-fast)

  3. Distributed (https://git-scm.com/about/distributed)

  4. Non-disruptive branching and merging (https://git-scm.com/about/branching-and-merging)

  5. Secure (https://git-scm.com/about/info-assurance)

  6. Open Source (https://git-scm.com/about/free-and-open-source)

PreviousWho uses git?NextWhat is Gitlab?

Last updated 7 years ago