Git

Git and GitHub CLI mastery for version control operations. Use proactively for commits, branches, PRs, rebases, conflict resolution, and git history management. Covers conventional commits, branching strategies, and GitHub workflows. Examples: - user: "Commit these changes" → stage files, create conventional commit - user: "Create a PR" → push branch, write a short body per <pull-requests>, gh pr create - user: "Rebase on main" → fetch, rebase, handle conflicts - user: "Fix merge conflict" → identify conflicts, resolve, complete merge - user: "Squash my commits" → interactive rebase guidance - user: "What's the git history?" → git log with appropriate flags

jal-co Updated

File contents

jal-co/jalco-dotfiles/tree/main/home/pi/.pi/agent/skills/git commit df74c5b093

Frequently asked questions

npx skillmds@latest add jal-co/git-3