Claude Code Git Guide: Commands, Commits & Attribution
Posted on
Use Git with Claude Code from the terminal — commits, conflicts, PRs, git history search, and how to control the Co-Authored-By attribution.
You’ll find product updates, tips/tricks, tutorials, and more. Please take a moment to take a look at our most popular posts below.
Posted on
Use Git with Claude Code from the terminal — commits, conflicts, PRs, git history search, and how to control the Co-Authored-By attribution.
Posted on
Install the DeployHQ CLI (dhq) once and ship from your terminal — or wire it into Claude Code, Cursor, and Codex so your AI agent can deploy for you.
Posted on
Best MCP servers for Claude Code, Cursor and Windsurf: GitHub, Context7, Playwright, Supabase, DeployHQ and more — with working install commands.
Posted on
Set up SSH keys for Bitbucket step by step: generate an ed25519 key, add it to your account, test the connection, and switch your remote to SSH.
Posted on
Connect Claude Code to MySQL via DBHub — and fix the auth-plugin, socket-vs-TCP, and SSL errors that break the connection but appear in no AI guide.
Posted on
The real GitHub Actions + Docker pipeline behind deployhq.com — and why the deploy step hands off to DeployHQ instead of scripting deploys in CI.
Posted on
How to use npm in a CI/CD pipeline: clean installs with npm ci, dependency caching, testing, npm audit, and deploying Node.js builds reliably.
Posted on
npm ci vs npm install: which belongs in your build pipeline? npm ci gives faster, reproducible installs from the lockfile. Here's when to use each.