Skip to content

Instantly share code, notes, and snippets.

View theuiguru's full-sized avatar
💻

Chris Thomas theuiguru

💻
View GitHub Profile
@theuiguru
theuiguru / git-cheat-sheet.md
Created January 24, 2025 20:43 — forked from bradtraversy/git-cheat-sheet.md
Cheat Sheet for Git Crash Course

Git & GitHub Crash Course 2025 Cheat Sheet

What is Git?

Git is a distributed version control system that allows developers to:

  • Track changes in code.
  • Collaborate on projects.
  • Manage multiple versions of a project.
  • Work offline with a full local repository.