Git cherry-picking in simple words
In Git, “cherry-picking” means taking a single commit from one branch and applying it onto another branch.
🔬 Tech and ⛵️ Nautical stuff
In Git, “cherry-picking” means taking a single commit from one branch and applying it onto another branch.
Since WooCommerce 5.5, PayPal Standard will no longer be loaded by default. The official recommendation is using PayPal Payments. Unfortunately, this extension is incompatible with the new Checkout block, that is available since WooCommerce 6.9. Activating PayPal Standard Luckily, activating PayPal Standard is pretty straightforward and requires the following steps: Deactivating PayPal Standard Unfortunately, deactivating […]
After switching to a different theme, I wanted to bulk-delete all featured images. On wpbeginner, I found the following snippet, which worked like a charm. Simply add it to your functions.php, refresh your site and then remove the snippet again.
The EU VAT Number extension allows store owners to offer tax-free orders from EU businesses with a valid VAT number. By default, the EU VAT field is placed at the bottom of the billing fields. But what if you want to move that field to another potision?
The following snippets allow checking which scripts and styles are loaded on your pages and posts.
For 222 consecutive days, I created at least one commit on GitHub every day. Initially, I planned to do one commit for at least 100 days. Now, that I already doubled that number, I’m aiming for 365 days while dreaming about 1000 days.
Initially, I planned to do one commit a day for at least 100 consecutive days. Well, that was 170 days ago, and I’m still creating at least one commit a day. As you can see on the chart above, recently I haven’t built many skyscrapers, thus, it’s about time to create another section of high-rising […]
Exactly 100 days ago I planned to do one contribution to GitHub for at least 100 days. While it was not always easy to create a contribution due to travelling, I’m glad I made it! I just accomplished my 100-day GitHub streak!
Two days ago, Sergey informed me that he added me as a Bug Gardener 👨🌾. I can now assign owners to issues, resolve them, close them, etc. That’s how the interface looks that I can no access in Trac:
During development, we follow a specific file and folder structure. It’s common that things change during development. And in some cases, it’s necessary to move .git to the parent directory. This post shows how to achieve that.