1st October 2023
A release process for our NPM and Composer packages
A post outlining our process and workflow for releasing packages and extensions
Showing posts from the category "Git"
1st October 2023
A post outlining our process and workflow for releasing packages and extensions
13th May 2023
We keep a file in our package repositories which creates the CHANGELOG with each release
5th March 2023
Work out which commit introducted a bug with Git Bisect
22nd February 2023
Short of deleting the repo and cloning again, sometimes you need to reset your repository back to how it should be
19th November 2022
Make sure you keep your branches tidy by deleting old ones
22nd September 2022
Adding categories/prefixes to your merge request comments help the author identify and compartmentalise comments and feedback
9th August 2021
Sometimes you want to git clone a repository without needing the full log. Not only does this save space it speeds up the clone too
28th May 2020
The magic 40 character string that is attached to every commit you do. What is it, where does it come from and will understanding it help you with Git in the future?
28th March 2019
Written For Liquid Light
When you've been working on a project for a while, you might find you have a few stale branches hanging around. At Liquid Light we have a git hook which tidies up after a merge
15th May 2017
There are rare times when you need a slightly obscure git command. You spent several minutes googling, crafting and constructing your command only to run it once and not need it again for a while. This blog post will serve as my dumping ground for those odd commands I seldom need, but when I do I can then copy and paste. Feel free to get in touch with your favourite curve-ball command and I'll do my best to add it to the list!
10th March 2015
Written For Liquid Light
Git is a tricky subject to get your head around. Knowing the commands is one thing, but knowing how to use them is another. This article will walk you through a simple, single developer Git workflow - covering the commands that you would use at each stage.
13th May 2014
Far too often recently I've noticed people committing libraries and packages to their main application (website) repository.
19th October 2013
A quick tip on how to enable git autocompletion on the command line
5th May 2012