Search
  1. Home
  2. Git

Git

DO YOU KNOW?
You can ZOOM (CTRL/CMD +) to 150% for focused reading!

Introduction to Git

Discover the essentials of Git: Learn why version control matters, how Git’s distributed model boosts collaboration, and how its snapshot system works. Explore GitHub integration, the journey of files through Git, and what happens behind the scenes during a commit.

Read More

Git Branching

Understand Git Branching: Learn why branching is essential, explore common branch types, and understand merge strategies like fast-forward and merge commits. Compare Gitflow, GitHub Flow, and Trunk-Based Development. Learn about forking vs cloning, and understand the concept of a detached HEAD.

Read More

Git - Other Features You Need To Know

Explore powerful Git features beyond the basics: Learn how to cherry-pick commits, use tags for milestones, stash changes, and manage .gitignore. Discover how to trace bugs, create shortcuts, customize Git, enforce commit standards with hooks, and use handy Git commands.

Read More

Git Interview - Diagrams

Let's look at a few diagrams to understand Git.

Read More