From f2596468266ce03a35ae034559d76e09c2d2bcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Tue, 5 Nov 2024 15:51:59 +0100 Subject: [PATCH] rn-116: fix up the last-minute additions (typos, language) --- _posts/2024-10-31-edition-116.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-10-31-edition-116.markdown b/_posts/2024-10-31-edition-116.markdown index cf7e813ee..814a3e233 100644 --- a/_posts/2024-10-31-edition-116.markdown +++ b/_posts/2024-10-31-edition-116.markdown @@ -295,14 +295,14 @@ __Light reading__ + [Git For Each Ref](https://alchemists.io/articles/git_for_each_ref) by Brooke Kuhlmann in Alchemists Collective articles. Learn how to use this command to make use of references - for information dumping, statistcs, and much more. + for information dumping, statistics, and much more. Included in this article is use of the new `is-base` field name recently added in [Git 2.47.0](https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt). + [Searching for and navigating Git commits](https://alexharri.com/blog/searching-and-navigating-git-commits) by Alex Harri on his blog. + [Why some of us like "interdiff" code review](https://gist.github.com/thoughtpolice/9c45287550a56b2047c6311fbadebed2) by Austin Seipp (a Gist). Describes problems with the UI of multi-commit GitHub Pull Requests - for responding to reviewer comments by provinding new version of patch series, + for responding to reviewer comments by providing a new version of the patch series, and how `git range-diff` and interactive rebase can help with this task. + [How I Review GitHub PRs](https://www.bitquabit.com/post/how-i-do-github-prs/) by Benjamin Pollack on bitquabit.