Code snippets
You will find here 5 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.
In this snippet, we will see how to create a Git commit without actual changes on your files. It can be useful sometimes to force ...
GIT
Published on 2021-03-06 • Modified on 2021-03-06
It's more a note than a snippet, but I wanted to have it at my disposal as I always forget. Also note that to delete the last stas...
GIT
Published on 2021-01-16 • Modified on 2021-01-16
In this snippet, we will see how to prevent deploying when you have local changes, and you didn't push all your work to your deplo...
GIT
Published on 2021-01-05 • Modified on 2021-01-05
In this snippet, we will see how to freeze a composer dependency to a given commit. It can be useful sometimes to avoid a bug that...
composer
Published on 2020-12-23 • Modified on 2020-12-23
This is a super useful trick to test packages at arbitrary versions. In the following example, the master branch of the friendsofs...
composer
Published on 2020-01-11 • Modified on 2020-01-12