From ab406a87aed9ef9d00fc65b1d1ff500014f6eb62 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 27 Apr 2024 15:56:06 +0100 Subject: [PATCH] Add daily email for 2024-04-25 If everyone branches, no-one gets the updates --- source/_daily_emails/2024-04-25.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/_daily_emails/2024-04-25.md diff --git a/source/_daily_emails/2024-04-25.md b/source/_daily_emails/2024-04-25.md new file mode 100644 index 00000000..525281f1 --- /dev/null +++ b/source/_daily_emails/2024-04-25.md @@ -0,0 +1,15 @@ +--- +title: If everyone branches, no-one gets the updates +date: 2024-04-25 +permalink: archive/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?