MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#GitHub.

GitHub platform tutorials covering repositories, pull requests, actions, and collaborative development workflows.

8 posts
Dec 2025 – Jun 2026
Filed under this topic
10 MCP Servers Every Developer Should Know in 2026
MCP5 min read

10 MCP Servers Every Developer Should Know in 2026

The best MCP servers for GitHub, databases, Slack, browsers, and more. Official references, community-maintained servers, and custom builds — tested across Claude Code, Cursor, and Windsurf.

Maya
Maya
Git Cheat Sheet: Every Command You Actually Need
Cheatsheet5 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 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
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
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
Build a GitHub Issue Creator Skill for Your AI Agent
Agent Skills5 min read

Build a GitHub Issue Creator Skill for Your AI Agent

Create a production-ready agent skill that creates GitHub issues from natural language, with label assignment, duplicate detection, and dry-run mode.

Cobie
Cobie
GitHub Actions Secrets: Best Practices to Secure Credentials
GitHub Actions5 min read

GitHub Actions Secrets: Best Practices to Secure Credentials

Stop leaking credentials in CI/CD. Learn to store, scope, and manage GitHub Actions secrets correctly while avoiding common pitfalls that expose API keys.

Vishnu
Vishnu
How to Set Up CI/CD with GitHub Actions (Complete Guide)
GitHub Actions5 min read

How to Set Up CI/CD with GitHub Actions (Complete Guide)

Learn to build CI/CD pipelines with GitHub Actions. Step-by-step guide to testing, building, and deploying apps with secure secret management.

Vishnu
Vishnu

Related Topics

Discover more topics that complement what you've been reading about.