MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#Git.

Git version control tutorials covering workflows, commit messages, branching, merging, and collaborative development.

14 posts
Nov 2020 – Jun 2026
Filed under this topic
GitHub Actions Advanced YAML Pipelines Cheatsheet
github-actions5 min read

GitHub Actions Advanced YAML Pipelines Cheatsheet

Optimize CI/CD pipelines: GitHub Actions environments, concurrency controls, custom reusable workflows, matrices, and cache optimizations.

Cobie
Cobie
How to Handle Git's Default Editor: Commit, Abort, and Configure
HowTo5 min read

How to Handle Git's Default Editor: Commit, Abort, and Configure

Master Git's editor prompts — write commit messages, abort commits, change the default editor, and use one-liner commits without opening an editor.

Cobie
Cobie
Install and Configure Git on Ubuntu 26.04
git5 min read

Install and Configure Git on Ubuntu 26.04

Complete guide to install Git on Ubuntu 26.04. Configure user identity, generate SSH keys for GitHub/GitLab, master essential workflow commands, and customize with aliases.

Jena
Jena
Git Rebase vs Merge: When to Use Each (With Visual Guide)
Git5 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 (2026)
Cheatsheet5 min read

Git Cheat Sheet: Every Command You Actually Need (2026)

Complete modern Git reference covering configuration, staging, switching branches, worktrees, interactive rebasing, stashing, and undoing mistakes.

Vishnu
Vishnu
How to Set Up SSH Keys for GitHub (All Platforms)
HowTo5 min read

How to Set Up SSH Keys for GitHub (All Platforms)

Generate SSH keys for GitHub on Ubuntu, macOS, and Windows. Learn to add keys to your account, manage multiple profiles, and troubleshoot connection issues.

Vishnu
Vishnu
How to Install Git on Ubuntu, macOS and Windows
HowTo5 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
Git5 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
SSH & GPG Cheat Sheet: Keys, Tunnels & Signed Commits
Cheatsheet5 min read

SSH & GPG Cheat Sheet: Keys, Tunnels & Signed Commits

Complete SSH and GPG reference — key generation, ssh-agent, config file aliases, port forwarding, database tunneling, GPG signing, and signed git commits.

Vishnu
Vishnu
Manifest: Installing GitHub Desktop on Ubuntu (2026 Edition)
HowTo5 min read

Manifest: Installing GitHub Desktop on Ubuntu (2026 Edition)

A technical guide to deploying the community-hardened Linux fork of GitHub Desktop across Ubuntu and Debian-based systems.

Vishnu
Vishnu
I Deleted My Code with git reset --hard. git reflog Saved It.
Git5 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
Configure Git User Name and Email via Terminal
Git5 min read

Configure Git User Name and Email via Terminal

Learn how to set your global Git username and email via the terminal. Ensure every commit is correctly associated with your identity using simple commands.

Vishnu
Vishnu
Restart Docker Container
Git5 min read

Restart Docker Container

This article explains about deletion of a local branch from git using terminal. Also includes explanation about deleting branch forcefully.

Vishnu
Vishnu
Delete Local Git Branch Using Terminal
Git5 min read

Delete Local Git Branch Using Terminal

Learn to delete local Git branches safely using terminal commands. Master git branch -d, -D flags, and cleanup workflows for maintaining a clean repository.

Jena
Jena