Git Cherry Pick Unstaged
I wanted to borrow a commit from another branch
git cherry-pick -n some-commit
git reset
A Web Developer’s Blog
I wanted to borrow a commit from another branch
git cherry-pick -n some-commit
git reset
A key part of any modern infrastructure is good monitoring, even on my local desktop system I like to have monitoring in place so that if a problem gradually builds up I can trace where it started.
Unfortunately in this case the monitoring system actually caused the problem and Prometheus was using up all my system CPU and RAM.
Read more ...