Skip to content

Instantly share code, notes, and snippets.

View ranuj-chaudhary's full-sized avatar

Ranuj Chaudhary ranuj-chaudhary

View GitHub Profile
@ranuj-chaudhary
ranuj-chaudhary / git-cheat-sheet.md
Created May 27, 2025 15:41 — 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.