M
MeshWorld.
Back to Tags
Topic View

#GitHub.

7 posts filed under this topic.

Agent Skills 5 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.

Vishnu
Vishnu
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
HowTo 5 min read

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

Generate an SSH key, add it to GitHub, and never type a password again. Step-by-step for Ubuntu, macOS, and Windows — including multiple accounts and troubleshooting.

Vishnu
Vishnu
Git 5 min read

Git Worktree: Work on Two Branches at the Same Time

Stop stashing mid-feature to fix a hotfix. Git worktree lets you check out multiple branches into separate folders from the same repo — with real scenarios and examples.

Vishnu
Vishnu
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
GitHub Actions 5 min read

GitHub Actions Secrets: Best Practices to Stop Leaking Credentials

Leaked secrets in GitHub Actions are one of the most common security incidents. Here's how to store them correctly, scope them properly, and avoid the mistakes that expose API keys in CI logs.

Vishnu
Vishnu
GitHub Actions 5 min read

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

Learn how to set up a CI/CD pipeline with GitHub Actions from scratch — running tests, building, deploying to staging and production, and handling secrets safely.

Vishnu
Vishnu