Skip the Pipeline When Pushing to Git
How to intentionally skip CI/CD pipelines when pushing to Git, when it’s appropriate to do so, and how to avoid accidental misuse.
How to intentionally skip CI/CD pipelines when pushing to Git, when it’s appropriate to do so, and how to avoid accidental misuse.
How to safely delete local and remote Git branches, what the commands actually do, and how to avoid common cleanup mistakes.
Practical systemd commands and patterns for managing services, inspecting state, and troubleshooting issues on modern Linux systems.
How to save a file in Vim when you forgot to open it with sudo, why the trick works, and when you should avoid using it.
How to restart a Unicorn-based Rails application safely, what signals Unicorn responds to, and how to avoid dropping requests during restarts.