oliverdavies.uk/source/_daily_emails/2024-04-25.md
Oliver Davies 5eba6de81a Update daily email permalinks
This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
2024-05-21 00:03:52 +01:00

520 B

title date permalink tags cta snippet
If everyone branches, no-one gets the updates 2024-04-25 daily/2024/04/25/if-everyone-branches-no-one-gets-updates
software-development
git
~ 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?