View source on GitHub

Git

Revisiting the layout and the Blog project

Revisiting the layout and the Blog project

  • 1418 words
  • 7 min read
Others

A project/proof of concept that has been shown good results, it’s about a migration from a PHP website to a static blog, no server costs anymore and web-optimized. Check out a few implementation details.

How to delete all your Git local branches

How to delete all your Git local branches

  • 193 words
  • 1 min read
Others

Sometimes after working for a long time, all the remaining local branches are just taking up space. Here's a small snippet to remove all your local branches in one go.