Skip to content

Commit e6f3a60

Browse files
committed
rn-130: Add some links to news, articles, tools, and sites
1 parent e0ef0f3 commit e6f3a60

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

rev_news/drafts/edition-130.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,49 @@ __Various__
367367

368368
__Light reading__
369369

370+
+ [Git Commit Count Percentile Stats, Annual Days Active from 878,592 Dev-year Data Points](https://www.gitclear.com/research_studies/git_commit_count_percentiles_annual_days_active_from_largest_data_set)
371+
by Bill Harding, a first-party research by GitClear.
372+
+ [Fizzy Design Evolution: A Flipbook from Git](https://www.zolkos.com/2025/12/08/fizzy-design-evolution-a-flipbook-from-git)
373+
by Rob Zolkos on his blog - which include the generated video.
374+
+ [Comparing the homepage-claims of popular Git hosting providers](https://www.zufallsheld.de/2025/12/02/comparing-homepage-claims-of-git-providers/)
375+
by Sebastian Gumprich on zufallsheld - a tech blog.
376+
+ [Migrating from GitHub to Codeberg](https://robinmetral.com/notes/migrating-from-github-to-codeberg/)
377+
by Robin Métral on his blog.
378+
+ [Fixing the "Ghost Folder" in GitHub: Converting a Broken Submodule to a Normal Folder](https://dev.to/raziq_din_bd0274cc2ac748b/fixing-the-ghost-folder-in-github-converting-a-broken-submodule-to-a-normal-folder-44c5)
379+
by Raziq Din on DEV\.to.
380+
381+
370382
<!---
371383
__Easy watching__
372384
-->
373385

374386
__Git tools and sites__
375387

388+
+ [check-projects](https://github.com/uralys/check-projects)
389+
is a fast, cross-platform CLI tool (with TUI interface)
390+
to check the git status of multiple projects organized by categories.
391+
Written in Go, under MIT license.
392+
+ [repos](https://github.com/epilande/repos)
393+
is an interactive CLI tool for managing multiple git repositories.
394+
Written in TypeScript (with pre-build binaries), under MIT license.
395+
+ [Patchy 🩹](https://github.com/richardgill/patchy)
396+
is a CLI for generating and applying patches to git repositories.
397+
+ Similar in a way to [Stacked Git](https://stacked-git.github.io/),
398+
StGit for short, first mentioned in [Git Rev News Edition #17](https://git.github.io/rev_news/2016/07/20/edition-17/),
399+
to a lesser extent to [patchwork](http://jk.ozlabs.org/projects/patchwork/),
400+
first mentioned in [Git Rev News Edition #20](https://git.github.io/rev_news/2016/10/19/edition-20/),
401+
or to [git-revise](https://mystor.github.io/git-revise.html),
402+
first mentioned in [Git Rev News Edition #54](https://git.github.io/rev_news/2019/08/21/edition-54) - where
403+
you can find links to other similar tools.
404+
+ [git-pw](https://patchwork.readthedocs.io/projects/git-pw/en/latest/usage.html)
405+
is a tool for integrating Git with Patchwork.
406+
Written in Python, under MIT license.
407+
+ [Git Rewind](https://github.com/mikelane/git-rewind)
408+
is a GitHub App that provides Your GitHub year in review — with privacy-first,
409+
read-only access (using fine-grained permissions).
410+
Written in TypeScript, under MIT license.
411+
Available at [git-rewind.vercel.app](https://git-rewind.vercel.app/).
412+
376413

377414
## Releases
378415

0 commit comments

Comments
 (0)