Git - DeployHQ Blog

Git Deployment Best Practices: Tips and Techniques. Learn essential Git workflows and best practices for deploying your code with DeployHQ, ensuring smooth and error-free releases.

Deploy from Gitea to Your Server Automatically

Posted on

Gitea is a powerful self-hosted Git service, but it lacks built-in CI/CD. Learn how to add automated deployments to your Gitea workflow in under 10 minutes with DeployHQ.

How to Use Git with Claude Code: Commands, Commits and Tips

Posted on

Step-by-step guide to using Git with Claude Code. Learn how to create commits, resolve merge conflicts, manage pull requests, search git history, and configure attribution settings with real workflow examples.

Implementing 12-Factor App Methodology with DeployHQ

Posted on

A practical guide to implementing every 12-Factor App principle in real deployments — from storing config in environment variables and treating logs as event streams, to running admin processes as one-off tasks. Includes code examples and DeployHQ setup for atomic deployments, build pipelines, and multi-environment configuration.

Pull Request Best Practices: A Complete Guide (2026)

Posted on

Learn pull request best practices that actually improve code review quality. Covers PR sizing (why 400 lines is the limit), effective descriptions, reviewer techniques, stacked PRs, and deploy-on-merge workflows with CI/CD integration.