20 August 2026
git reset --hard
This is what you need most of the time when you want to undo: git reset --hard and then git push --force-with-lease
This is what you need most of the time when you want to undo: git reset --hard and then git push --force-with-lease
Who can remember this poetic command ... I can't.
Short explanation how to configure docker-compose.yml and Dockerfile to run Processwire web site inside Docker container.
As the title says ...
Venv a tool that helps you create an isolated environment for your Python projects. Inside this environment, you can install libraries and packages without affecting the global Python installation on your system.
What to do if you want to ignore a specific directory and all it's content.