MeshWorld India Logo MeshWorld.
Back to Tags
Topic View

#Version Control.

Version control system tutorials covering Git, repositories, commits, and collaborative development.

5 posts
Dec 2025 – Apr 2026
Filed under this topic
Git Rebase vs Merge: When to Use Each (With Visual Guide)
Git 5 min read

Git Rebase vs Merge: When to Use Each (With Visual Guide)

Master Git rebase and merge — understand when to use each, avoid common pitfalls, and keep your Git history clean. Visual explanations and practical workflows.

Cobie
Cobie
Git Cheat Sheet: Every Command You Actually Need
Cheatsheet 5 min read

Git Cheat Sheet: Every Command You Actually Need

Complete Git reference with copy-paste commands for setup, staging, branching, merging, rebasing, stashing, undoing mistakes, remotes, and log inspection.

Vishnu
Vishnu
How to Install Git on Ubuntu, macOS and Windows
HowTo 5 min read

How to Install Git on Ubuntu, macOS and Windows

Install Git on any operating system — apt, Homebrew, or the official installer — plus first-time configuration, SSH setup, and verifying your install.

Vishnu
Vishnu
Git Worktree Guide: Work on Multiple Branches Simultaneously
Git 5 min read

Git Worktree Guide: Work on Multiple Branches Simultaneously

Stop stashing mid-feature for hotfixes. Learn how to use Git worktree to check out multiple branches into separate folders with real-world workflow examples.

Vishnu
Vishnu
I Deleted My Code with git reset --hard. git reflog Saved It.
Git 5 min read

I Deleted My Code with git reset --hard. git reflog Saved It.

True story: running git reset --hard on the wrong branch wiped a week of work. Here is how git reflog recovered it all.

Vishnu
Vishnu