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.

Implementing 12-Factor App Methodology with DeployHQ

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.

Makefiles for Web Developers: A Practical Guide

Use Makefiles as a task runner for web projects — dependency chains, parallel execution, environment configs, and integration with deployment pipelines. No C compilation required.

Understanding .keep and .gitkeep Files: A Guide

Git can't track empty directories — .gitkeep is a community convention that works around this. Learn why it exists, how it differs from .gitignore placeholders, and when to use each approach in your projects.