From 5caa27c676f6188323acca09f882af043b7f92f5 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Thu, 1 Dec 2022 15:26:22 +0000 Subject: [PATCH] Easy watching: A Git Flow visualisation link An interesting use of a DAG based visualisation tool to show the Git Flow method. Signed-off-by: Philip Oakley --- rev_news/drafts/edition-93.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rev_news/drafts/edition-93.md b/rev_news/drafts/edition-93.md index 05154b67b1..c032b23125 100644 --- a/rev_news/drafts/edition-93.md +++ b/rev_news/drafts/edition-93.md @@ -259,9 +259,8 @@ __Light reading__ now available as a [scala-git-markers library](https://github.com/polyvariant/scala-git-markers), for it to run ;-). Explained in more detail in his [video on YouTube](https://www.youtube.com/watch?v=rSk_mea4U1E). - ++ [Understanding Git Flow](https://www.youtube.com/watch?v=HrA_BbWUKRk): A look at the operations of Git Flow through the Flying Logic visualisation of the branches and release process. The channel also has Git visualisations of Collaboration, merge and rebase, detached HEAD, and 'What's a DAG'. __Git tools and sites__