Move all files to sculpin/

This commit is contained in:
Oliver Davies 2025-10-01 00:01:33 +01:00
parent c5d71803a5
commit 0f61b4e9ee
1514 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
title: If everyone branches, no-one gets the updates
date: 2024-04-25
permalink: daily/2024/04/25/if-everyone-branches-no-one-gets-updates
tags:
- software-development
- git
cta: ~
snippet: |
If everyone works on their own branch, no-one gets any changes.
---
A common response I get when debating topic branches is "I regularly pull `develop` or `main` and get the latest changes.
But if everyone is working on individual topic branches instead of the mainline branch, where do the changes come from?