Git Documentation
This section contains documentation for Git, covering various aspects from basic operations to advanced workflows.
Git Fundamentals
- Git Branching Guide - Comprehensive guide to Git branching, including local vs remote branches and the important distinction between git fetch and git pull
Authentication & Setup
- GitLab SSH/SSO Setup - Complete guide for setting up Git with GitLab using SSH keys and Single Sign-On (SSO)
Additional Resources
- Official Git Documentation
- Pro Git Book - Comprehensive free book on Git