From a70c46b646bcfa4dba16a9beb2605c4fbe7ab2ce Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Tue, 15 Oct 2024 12:53:59 -0600 Subject: [PATCH] Added Git For Each Ref article link This article details how to use `git for-each-ref` in new and interesting ways (including the new `is-base` field). --- rev_news/drafts/edition-116.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rev_news/drafts/edition-116.md b/rev_news/drafts/edition-116.md index 4dce659e6..559d98f6a 100644 --- a/rev_news/drafts/edition-116.md +++ b/rev_news/drafts/edition-116.md @@ -40,6 +40,9 @@ __Various__ __Light reading__ ++ [Git For Each Ref](https://alchemists.io/articles/git_for_each_ref) by Brooke Kuhlmann. Learn how + to use this command to make use of references for information dumping, statistcs, and much more. Included in this article is use of the new `is-base` field name recently added in link:https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt[Git 2.47.0]. +