Popular this week 🔥

Thank you for this great blog post on Docker! I found it to be very informative and easy to follow. I especially appreciated the detailed explanations and the code examples.
I am now able to understand the basics of Docker, including what it is, how it works, and why it is useful. I can also create and run Docker containers, and I understand the different concepts involved in Docker, such as images, containers, and registries.
Thank you again for sharing your knowledge and expertise with the community!
3

This is super useful, setting it up right now. Would also love to read an article on the aliases you have set in your git config.
I recently setup rb alias (for recent branches) for listing the last 7 branches I've visited in the current repo. Use it quite often ✨
rb = for-each-ref --count=7 --sort=-committerdate refs/heads/ --format='%(refname:short)'
20