#GitHub.
5 posts filed under this topic.
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.
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.
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.
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.
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 — and the guardrails I set up after.