Skip to main content

Git

2023

Be more productive with Git bisect
·673 words·4 mins
When we’re developing, we’re not going to lie: we waste a lot of our time debugging. If I had to divide up the time I spend developing, I’d do it like this:

2022

How to set up multiple SSH keys for multiple accounts
·690 words·4 mins
I have personal and work accounts on GitHub, GitLab and Bitbucket. How could I set all of this to work properly through SSH keys so that my system relies on the correct SSH key based on the identity it needs to use.