Grayscale profile picture

Patrique Ouimet

Senior Backend Software Engineer

Tips & Tricks

Git Stash

Explanation From the output of git stash --help: "Use git stash when you want to record the current...

Published on Jul 26, 2020

#git #stash
PHP Composer Package Testing

When you're making changes to a package and want to test it in another project there's a few...

Published on Apr 23, 2020

#composer #package #git
Git Workflow

Here's a basic git workflow I've come to appreciate. There's a few assumptions made with this...

Published on Apr 22, 2020

#git #workflow