@@ -192,7 +192,7 @@ _Editor's note: We're starting a new initiative in Git Rev News where
192192 details.
193193
194194* What was the biggest challenge you faced during your contributions
195- to Git, and how did you overcome it?
195+ to Git, and how did you overcome it?
196196
197197 When building the ref consistency check infrastructure, I encountered
198198 an exceptionally long review process that lasted about three months.
@@ -285,24 +285,24 @@ __Various__
285285
286286__ Light reading__
287287+ [ Why GitHub Actually Won] ( https://blog.gitbutler.com/why-github-actually-won/ ) :
288- How GitHub _ actually_ became the dominant force it is today, from one of it's cofounders.
288+ How GitHub _ actually_ became the dominant force it is today, from one of its cofounders.
289289 Written by Scott Chacon on GitButler Blog.<br >
290290 Nice companion to various articles on Git history, like the latest
291291 [ A Git story: Not so fun this time] ( https://git.github.io/rev_news/2024/07/31/edition-113/ )
292- in [ Git Rev News #113 ] ( https://git.github.io/rev_news/2024/07/31/edition-113/ ) - you can
293- find in # 113 links to other editions with links to other retellings of the Git history.
292+ in [ Git Rev News #113 ] ( https://git.github.io/rev_news/2024/07/31/edition-113/ ) - in # 113 you
293+ can also find links to other editions with links to other retellings of the Git history.
294294+ [ Rethinking code reviews with stacked PRs] ( https://www.aviator.co/blog/rethinking-code-reviews-with-stacked-prs/# )
295295 on Aviator blog by Ankit Jain (also available [ on DEV\. to] ( https://dev.to/dphenomenal/rethinking-code-reviews-with-stacked-prs-3dih ) ,
296- published by Ibrahim Salami. Aviator provides [ ` av ` ] ( https://github.com/aviator-co/av ) CLI tool
296+ published by Ibrahim Salami. Aviator provides [ ` av ` ] ( https://github.com/aviator-co/av ) , a CLI tool
297297 to help with managing stacked PRs on GitHub.
298- + Under Stacked Pull Requests, but also under the name Stacked Diffs,
299- it was most recently mentioned in
300- [ Git Rev News Edition #111 ] ( https://git.github.io/rev_news/2024/05/31/edition-111/ ) ;
301- you can find there links to other editions with other articles, and to related tools.
298+ + Stacked Pull Requests, also under the name Stacked Diffs,
299+ were most recently mentioned in
300+ [ Git Rev News Edition #111 ] ( https://git.github.io/rev_news/2024/05/31/edition-111/ ) ,
301+ where you can find links to other editions with other articles, and to related tools.
302302 + See also [ Stacked PRs CLI Product Comparison (Public)] ( https://docs.google.com/spreadsheets/d/1riYPbdprf6E3QP1wX1BeASn2g8FKBgbJlrnKmwfU3YE/edit?gid=0#gid=0 )
303303 Google Sheet spreadsheet.
304304 + Contrast [ Patterns for Managing Source Code Branches] ( https://martinfowler.com/articles/branching-patterns.html ) ,
305- which strongly recomments patterns that are best suited to Continuous Integration,
305+ which strongly recommends patterns that are best suited to Continuous Integration,
306306 first mentioned in [ Git Rev News Edtion #63 ] ( https://git.github.io/rev_news/2020/05/28/edition-63/ ) ,
307307 and [ Ship / Show / Ask: A modern branching strategy] ( https://martinfowler.com/articles/ship-show-ask.html ) ,
308308 mentioned in [ Edition #79 ] ( https://git.github.io/rev_news/2021/09/30/edition-79/ ) .
@@ -313,7 +313,7 @@ __Light reading__
313313 Covers git-bisect, git-rerere, gitattributes, git-notes, and git-worktree.
314314+ [ Mastering Tower (Windows Edition)] ( https://www.git-tower.com/blog/mastering-tower-windows )
315315 and [ Mastering Tower (Mac Edition)] ( https://www.git-tower.com/blog/mastering-tower/ )
316- by Bruno Brito on GitTower Blog. Tower is proprietary Git client for Mac and Windows,
316+ by Bruno Brito on GitTower Blog. Tower is a proprietary Git client for Mac and Windows,
317317 with 30-day free trial.
318318+ [ Git bisect run techniques] ( https://paperless.blog/git-bisect-run-techniques )
319319 by Victor Engmark on paperless\. blog.
@@ -383,12 +383,12 @@ __Git tools and sites__
383383 + [ git-branchstack] ( https://github.com/krobelus/git-branchstack ) in Python,
384384 + [ git-chain] ( https://github.com/dashed/git-chain ) in Rust,
385385 + [ git-machete] ( https://github.com/VirtusLab/git-machete ) in Python
386- - also available [ as plugin] ( https://github.com/VirtusLab/git-machete-intellij-plugin )
386+ - also available as a [ plugin] ( https://github.com/VirtusLab/git-machete-intellij-plugin )
387387 for the IntelliJ Platform products,
388388 + [ git-ps-rs - Git Patch Stack] ( https://github.com/drewdeponte/git-ps-rs ) in Rust,
389389 + [ git-series] ( https://github.com/git-series/git-series ) in Rust
390390 (first mentioned in [ Git Rev News Edition #18 ] ( https://git.github.io/rev_news/2016/08/17/edition-18/ ) ,
391- with link to presentation in [ #19 ] ( https://git.github.io/rev_news/2016/09/14/edition-19/ ) ),
391+ with a link to the presentation in [ #19 ] ( https://git.github.io/rev_news/2016/09/14/edition-19/ ) ),
392392 + [ git-stack] ( https://github.com/gitext-rs/git-stack ) in Rust,
393393 + [ graphite-desktop] ( https://github.com/withgraphite/graphite-desktop )
394394 (formerly [ graphite-cli] ( https://github.com/withgraphite/graphite-cli ) )
0 commit comments