You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-120.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,15 +261,52 @@ __Various__
261
261
[idea page](https://git.github.io/SoC-2025-Ideas/), and volunteers to (co-)mentor
262
262
are still welcome. Feel free to join the discussion in the [corresponding thread](http://public-inbox.org/git/[email protected]/T/#mb087c1b0ed06fcbd56d4ffa320efbeb42fd4983f).
263
263
Also, feel free to spread the word about Git’s participation.
+ 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/)
0 commit comments