Skip to content

Commit 439cefe

Browse files
committed
Supplied a few tiny punctuation fixes and rephrased one blog post description; please scrutinize.
1 parent 221a761 commit 439cefe

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

rev_news/drafts/edition-121.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@ __Various__
234234
+ [Highlights from Git 2.49](https://github.blog/open-source/git/highlights-from-git-2-49/)
235235
by Taylor Blau on GitHub Blog. Mentioned items include faster packing with name-hash v2,
236236
backfilling historical blobs in partial clones, building Git with zlib-ng,
237-
and libgit-sys and libgit Rust crates.
237+
and the libgit-sys and libgit Rust crates.
238238

239239

240240
__Light reading__
241241

242242
+ [Going down the rabbit hole of Git's new bundle-uri](https://blog.gitbutler.com/going-down-the-rabbit-hole-of-gits-new-bundle-uri/)
243243
by Scott Chacon on GitButler blog.<br>
244244
The [`bundle-uri`](https://git-scm.com/docs/bundle-uri) was mentioned in passing in [Git Rev News Edition #95](https://git.github.io/rev_news/2023/01/31/edition-95/)
245-
(in _"Developer Spotlight"_), and in [Edition #104](https://git.github.io/rev_news/2023/10/31/edition-104/)
245+
(in _"Developer Spotlight"_) and in [Edition #104](https://git.github.io/rev_news/2023/10/31/edition-104/)
246246
(in _"Git tools and sites"_, when mentioning [git-bundle-server](https://github.com/git-ecosystem/git-bundle-server)).
247247
+ [No Longer My Favorite Git Commit](https://mtlynch.io/no-longer-my-favorite-git-commit/)
248248
by Michael Lynch on his blog, talks about how one could _improve_ the commit message
@@ -267,7 +267,8 @@ __Light reading__
267267
by Mohammad Sajid Anwar (MANWAR) on The Weekly Challenge blog.
268268
The blog post shows how to use `git bisect` on a detailed example (in Perl).
269269
+ [Python monorepo with uv and pex](https://chrismati.cz/posts/uv-pex-monorepo/)
270-
by Christoph Pröschel on his blog. The solution of using regular Python tooling
270+
by Christoph Pröschel on his blog. The article discusses the benefits of a
271+
lightweight solution built with regular Python tooling
271272
over, for example, the [Pants](https://www.pantsbuild.org/) build tool,
272273
because it was easier to justify its adoption for the rest of the team.
273274
+ You can find a definition of "monorepo" and a list of various tools on the [Monorepo.tools](https://monorepo.tools/) site,
@@ -353,9 +354,9 @@ __Easy watching__
353354
on The Modern Coder YouTube channel, 3:16 minutes long.
354355
It's made by @JackLot who created the [LearnGit.io](https://learngit.io) resource,
355356
which site was mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/).
356-
+ [Git Interview Part 1: Easy | Ep. 8 Bits and Booze](https://www.youtube.com/watch?v=SdSllNeQuVc) [29:09], and<br>
357-
[Git Interview Part 2: Hard | Ep. 9 Bits and Booze](https://www.youtube.com/watch?v=FbW9wlve8sI) [17:45],<br>
358-
on GitButler YouTube channel. Join Nico as he (mock) interviews Scott [Chacon] about Git.
357+
+ [Git Interview Part 1: Easy | Ep. 8 Bits and Booze](https://www.youtube.com/watch?v=SdSllNeQuVc) [29:09] and<br>
358+
[Git Interview Part 2: Hard | Ep. 9 Bits and Booze](https://www.youtube.com/watch?v=FbW9wlve8sI) [17:45]<br>
359+
on the GitButler YouTube channel. Join Nico as he (mock) interviews Scott [Chacon] about Git.
359360

360361

361362
__Git tools and sites__
@@ -373,7 +374,7 @@ __Git tools and sites__
373374
One of its advantages is that it is versionable: because it's plain text, you can keep it in Git.
374375
You can also easily take diffs of calendar files, as it's one day one line.
375376
+ See also [Todo.txt](http://todotxt.org/) to keep your TODO list in a plain text file,
376-
and tools like [Taskwarrior](https://taskwarrior.org/), and
377+
and tools like [Taskwarrior](https://taskwarrior.org/) and
377378
[Plain Text Accounting (PTA)](https://plaintextaccounting.org/).
378379
+ [YSK there are open-source (gamified) tutorials to learn git](https://programming.dev/post/26285997)
379380
provides a list of some tutorials and interactive learning tools, including:
@@ -387,7 +388,7 @@ __Git tools and sites__
387388
designed to help users learn Git and its commands. Written in Kotlin, for Android.
388389
+ [Git-it](https://github.com/jlord/git-it-electron) is a desktop (Mac, Windows and Linux) Electron app
389390
that teaches you how to use Git and GitHub on the command line.
390-
First mentioned in [Git Rev News Edition #7](https://git.github.io/rev_news/2015/09/09/edition-7/)
391+
First mentioned in [Git Rev News Edition #7](https://git.github.io/rev_news/2015/09/09/edition-7/).
391392
+ [BeanHub](https://beanhub.io/) is a modern accounting book app
392393
based on the most popular open source version control system Git
393394
and the text-based double entry accounting book software [Beancount](https://beancount.github.io/docs/index.html).

0 commit comments

Comments
 (0)