@@ -195,7 +195,15 @@ __Light reading__
195195 by Arnold Noronha on Screenshotbot Blog.
196196+ [ 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 )
197197 by Hastycode Andreh on DEV\. to.
198- One trick to add is the use of ` url.<base>.insteadOf ` .
198+ One trick to add is the possible use of ` url.<base>.insteadOf ` .
199+ + [ The reductionist theory or rethinking of .gitignore bloat] ( https://dev.to/iegik/the-reductionist-theory-or-rethinking-of-gitignore-bloat-4gfo )
200+ by Arturs Jansons on DEV\. to.
201+ Mentions [ gitignore.io] ( https://www.gitignore.io/ ) ,
202+ first mentioned in passing in [ Git Rev News Edition #6 ] ( https://git.github.io/rev_news/2015/08/05/edition-6/ ) ,
203+ then linked to (with new final URL) in [ Git Rev News Edition #94 ] ( https://git.github.io/rev_news/2022/12/31/edition-94/ ) ,
204+ and [ github/gitignore] ( https://github.com/github/gitignore ) - which was
205+ first mentioned in passing in [ Git Rev News Edition #21 ] ( https://git.github.io/rev_news/2016/11/16/edition-21/ ) ,
206+ then also linked to in [ Edition #94 ] ( https://git.github.io/rev_news/2022/12/31/edition-94/ ) ,
199207
200208
201209<!-- -
@@ -206,8 +214,20 @@ __Git tools and sites__
206214
207215+ [ A modern theme for cgit] ( https://yingtongli.me/blog/2025/05/16/cgit.html )
208216 by Lee Yingtong Li on Inane Observations blog.
209- Source code for described themed fork of cgit is available
210- at < https://yingtongli.me/git/cgit-yli-theme > .
217+ Source code for described themed fork of [ cgit] ( https://git.zx2c4.com/cgit/tree/README )
218+ is available at < https://yingtongli.me/git/cgit-yli-theme > .
219+ Under GPL v2 license.
220+ + [ AutoGit-o-Matic] ( https://github.com/FPGArtktic/AutoGit-o-Matic ) is a Bash script
221+ that automates Git operations across multiple repositories. It helps you
222+ pull or fetch updates from multiple repositories with a single command
223+ (with dry-run capability),
224+ and scan directories for Git repositories automatically;
225+ it logs operations in both TXT and JSON formats,
226+ and is configurable via INI file.
227+ Under GPL-3.0 license.
228+ + [ StatsCat] ( https://github.com/z1cheng/statscat ) is a CLI tool
229+ to get per-author and per-directory statistics of all your Git repositories.
230+ Written in Go, under MIT license.
211231
212232
213233## Releases
0 commit comments