Skip to content

Commit abcad67

Browse files
committed
rn-120: Add a few links to articles, sites, and tools
1 parent 92aa66d commit abcad67

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

rev_news/drafts/edition-120.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,15 +261,52 @@ __Various__
261261
[idea page](https://git.github.io/SoC-2025-Ideas/), and volunteers to (co-)mentor
262262
are still welcome. Feel free to join the discussion in the [corresponding thread](http://public-inbox.org/git/[email protected]/T/#mb087c1b0ed06fcbd56d4ffa320efbeb42fd4983f).
263263
Also, feel free to spread the word about Git’s participation.
264+
+ [GitHub - Repositories – Updated insight views (General Availability)(https://github.blog/changelog/2025-02-25-repositories-updated-insight-views-general-availability/)
265+
in GitHub Changelog.
266+
264267

265268
__Light reading__
266269

270+
+ [Why was Git Autocorrect too fast for Formula One drivers?](https://blog.gitbutler.com/why-is-git-autocorrect-too-fast-for-formula-one-drivers/)
271+
Why did Git's autocorrect wait 0.1s before executing a mistyped command?
272+
Post by Scott Chacon on GitButler Blog.
273+
+ [How Core Git Developers Configure Git](https://blog.gitbutler.com/how-git-core-devs-configure-git/)
274+
by Scott Chacon on GitButler Blog.
275+
+ See also [Popular git config options](https://jvns.ca/blog/2024/02/16/popular-git-config-options/)
276+
by Julia Evans on her blog, which was mentioned in [Git Rev News Edition #108](https://git.github.io/rev_news/2024/02/29/edition-108/).
277+
+ [Markdown's Big Brother: Say Hello to AsciiDoc](https://www.git-tower.com/blog/asciidoc-quick-guide)
278+
by Marvin Blome on Git-Tower Blog.
279+
+ Another similar file format for textual data and technical documentation
280+
is [reStructuredText](https://docutils.sourceforge.io/rst.html) (RST, ReST, or reST).
281+
It is used, among others, by the Python programming language community,
282+
and is is part of the Docutils project of the Python Doc-SIG.
283+
+ [Understanding the Trunk-Based Development Workflow](https://www.git-tower.com/blog/trunk-based-development)
284+
by Bruno Brito on Git-Tower Blog (2024).
285+
+ See also the <https://trunkbaseddevelopment.com> site,
286+
first mentioned in [Git Rev News Edition #24](https://git.github.io/rev_news/2017/02/22/edition-24/).
287+
+ [One PC, Multiple Git Configs (This Will Save You Time!)](https://medium.com/@matteopampana/one-pc-multiple-git-configs-this-will-save-you-time-f702880744f7)
288+
with `includeIf`, a short post by Matteo Pampana on Medium\.com.
289+
+ [Why Some Source Code Files Shouldn’t Be Managed via Git-Based Version Control](https://www.itsecurityguru.org/2025/01/27/why-some-source-code-files-shouldnt-be-managed-via-git-based-version-control/)
290+
on IT Security Guru.
291+
+ [Microsoft Engineers Highlight Git Repository Bloat Flaw](https://devops.com/microsoft-engineers-highlight-git-repository-bloat-flaw/)
292+
by Adrian Bridgwater on DevOps\.com blog (2024).
293+
294+
267295
<!---
268296
__Easy watching__
269297
-->
270298

271299
__Git tools and sites__
272300

301+
+ [JJ (Jujutsu) Cheat Sheet](https://justinpombrio.net/2025/02/11/jj-cheat-sheet.html)
302+
by Justin Pombrio.
303+
+ [Jujutsu (`jj`)](https://jj-vcs.github.io/jj/), a Git-compatible version control system,
304+
written in Rust, was first mentioned in [Git Rev News Edition #85](https://git.github.io/rev_news/2022/03/31/edition-85/).
305+
+ [Beej's Guide to Git](https://beej.us/guide/bggit/).
306+
+ [Gookme](https://lmaxence.github.io/gookme/) is simple and easy-to-use,
307+
yet powerful and language agnostic git hook manager for [monorepos](https://monorepo.tools/).
308+
Successor of Mookme. Written in Go, under MIT license.
309+
273310

274311
## Releases
275312

0 commit comments

Comments
 (0)