Skip to main content
Skip to main content

Luke Howsam

Software Engineer

Posts tagged with 'git'

2020

Forcing git merges

Isolating features into separate branches is a really common practice for most developers. By separating features & bug fixes you can avoid a lot of problems and keep your branches clean.

GIT

2022

2023

Conventional commits, a better way to commit

Conventional commits is a specification that seeks to improve and standardize commit messages in general. In this post, we'll go over the reasoning behind why you might want to use it & its benefits

GITGITHUB