MOC: Git

Version control from daily commits to disaster recovery — 14 pages covering setup, branching, collaboration, and troubleshooting. Expand any section to browse page contents.

mindmap
  ((Setup and Daily Use))
    (setup, config)
    (daily workflow)
    (gitignore patterns)
    (history, inspection)
    (cheat sheet)

Setup and Daily Use

domain-setup-and-daily-use

Git fundamentals from initial configuration through the daily commit-push-pull cycle, plus gitignore patterns, history inspection, and a quick-reference cheat sheet.

mindmap
  ((Branching and Collaboration))
    (branching, merging)
    (merge vs rebase vs squash)
    (merge conflicts)
    (remote management)
    (pull requests, review)

Branching and Collaboration

domain-branching-and-collaboration

Branch management, merge strategies, conflict resolution, remote workflows, and pull request best practices for team-based development.

mindmap
  ((Releases and Recovery))
    (tagging, releases)
    (recovery, undo)
    (common errors)
    (troubleshooting)

Releases and Recovery

domain-releases-and-recovery

Tagging releases with semantic versioning, undoing mistakes safely, and troubleshooting common Git errors and team workflow problems.

Git Cross-References

  • GitHub Actions — CI/CD workflows triggered by Git events
  • Shell — Git commands run from shell