Skip to content

Commit 376a220

Browse files
committed
rn-123: Add links to various articles and tools
1 parent db01ca8 commit 376a220

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

rev_news/drafts/edition-123.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,54 @@ __Various__
140140

141141
__Light reading__
142142

143+
+ [What I've learned from jj (Jujutsu)](https://zerowidth.com/2025/what-ive-learned-from-jj/)
144+
by Nathan Witmer on zerowidth positive lookahead blog.<br>
145+
[Jujutsu](https://jj-vcs.github.io/) (`jj`) is an experimental Git-compatible DVCS,
146+
first mentioned in [Git Rev News Edition #85](https://git.github.io/rev_news/2022/03/31/edition-85/).
147+
+ [Git aliases](https://heitorpb.github.io/bla/git-aliases/)
148+
by Heitor de Bittencourt on Heitor's Log blog,
149+
which includes comparison with shell aliases,
150+
and is only missing the trick to set git completion for `!` alias.
151+
+ [Pushing a whole stack of branches with a single Git command](https://andrewlock.net/pushing-a-whole-stack-of-branches-with-a-single-git-command/)
152+
(with the help of git aliases)
153+
by Andrew Lock on .NET Escapades
154+
+ [Tally All Git Trailers in a Repository](https://calebhearth.com/tally-git-trailers.page),
155+
with a list of interesting and useful trailers _(with many links)_,
156+
by Caleb Hearth on his blog.
157+
+ [You can use Git to version control your notes, and here’s how I do it](https://www.xda-developers.com/you-can-use-git-to-version-control-your-notes/)
158+
by Ayush Pande on XDA Developers
159+
(with Joplin as an example of note-taking application one can use with Git).
160+
+ [A Short Guide on Git for Vibe Coders](https://anfalmushtaq.com/articles/a-short-guide-on-git-for-vibe-coders)
161+
by Anfal Mushtaq on his blog.
162+
+ [Version Control To The Max](https://hackaday.com/2025/05/14/version-control-to-the-max/)
163+
by Al Williams on Hackaday,
164+
about backing up the entire development environment
165+
(with QEMU or VirtualBox or VMWare).
166+
+ [Converting a Git repo from tabs to spaces](https://eev.ee/blog/2016/06/04/converting-a-git-repo-from-tabs-to-spaces/)
167+
with the help of "filter" gitattribute and `expand` tool (part of the _coreutils_),
168+
by Eevee on Fuzzy Notepad blog (2016).
169+
+ [How the GitHub CLI can now enable triangular workflows](https://github.blog/open-source/git/how-the-github-cli-can-now-enable-triangular-workflows/)
170+
by Tyler McGoffin on GitHub Blog.
171+
+ [Using git-upload-pack for a simpler CI integration](https://blog.screenshotbot.io/2025/05/09/using-git-upload-pack-for-a-simpler-ci-integration/),
172+
on how Screenshotbot can now extract commit graph data from remote repositories
173+
(assuming one has SSH access to their Git repositories),
174+
by Arnold Noronha on Screenshotbot Blog.
175+
+ [Fixing SSH Conflicts: Using a Separate SSH Key for GitHub](https://dev.to/hastycodea/fixing-ssh-conflicts-using-a-separate-ssh-key-for-github-4in1)
176+
by Hastycode Andreh on DEV\.to.
177+
One trick to add is the use of `url.<base>.insteadOf`.
178+
179+
143180
<!---
144181
__Easy watching__
145182
-->
146183

147184
__Git tools and sites__
148185

186+
+ [A modern theme for cgit](https://yingtongli.me/blog/2025/05/16/cgit.html)
187+
by Lee Yingtong Li on Inane Observations blog.
188+
Source code for described themed fork of cgit is available
189+
at <https://yingtongli.me/git/cgit-yli-theme>.
190+
149191

150192
## Releases
151193

0 commit comments

Comments
 (0)