You may not always want files in your GIT repository to be committed or to be “committable”, in fact, and the easiest way to do…
Tag: Tips
Problem The storage space of your docker Host runs low or empty. You need to know the size of your docker container to find out…
Problem: You have created some code that solves a specific problem and think others probably have the same problem. To help them you want to…
Problem You use PostgreSQL as database. Your model includes an id column type Serial with a sequence to emulate an auto increase like with MySQL.…
Problem You are busy developing and committed all code to the your central github repository. But then something happened and you need undo the commit…
If you are using docker-compose to start an app (doesn´t matter how many services) and use the env_file option you might have gotten a headache…
Sometimes you just need to rename a branch, might it be because you mispelled ( 😉) something or because the referenced issue was changed or…
If you need to darken or brighten the color of an element by css (e.g. for a hover effect) you can adjust it´s color dynamically…
Sometimes you have a kinda messed up situation and need to remove the tracking of the remote branch. This is configured in .git/config like this:…
Did you restart your docker host? Update your portainer docker container? Or did your Swarm change? Then you want to recover your “lost” docker stacks…