🎨 We just published our “Infinito.Nexus CSS Modification for Dummies” guide!
Learn how to customize app styles with simple CSS variables and browser DevTools — no deep coding needed. 🚀
Try it and share your results or open a PR! 💛🦫
#InfinitoNexus #CSS #OpenSource #WebDev #FrontEnd #Coding #DevTools #Git #Developers
That feeling when a single `wok update` cleanly syncs a whole stack of repos 🤓
Really enjoying how Git Wok makes multi-repo workflows feel as straightforward as a monorepo.
#git #GitWok #Programming #DevTools #FOSS

@justine You should definitively look into #git #submodules.
I did what you're doing a while back. And having a repo of repos instead of a directory of repos is a blessing.
Need to update : `git submodule update`.
No loop, no bash, no "involved" logic, just use what's already there instead of reinventing the wheel.
@mms
Using Magit to fix a commit https://davemq.github.io/2025/11/25/using-magit-to-fix-a-commit.html
Days since I force-pushed local changes to a #Git branch without first pulling it: 0.
Maybe I should force myself onto #Jujitsu sooner than I was planning.
Production Ready Data Science by Khuyen Tran is on sale on Leanpub! Its suggested price is $25.00; get it for $10.50 with this coupon: https://leanpub.com/sh/zph2CeL3 #DataScience #Python #SoftwareEngineering #VersionControl #Git
Show and Tell: #Federation in #Forgejo @ from this year's #Fosdem
https://archive.fosdem.org/2025/schedule/event/fosdem-2025-5610-show-and-tell-federation-at-forgejo/
Really like the ideas #tangled has for PRs. It's not exactly patch based. But still, considerably better than branch PRs #github ruined the world with. 😅
I may have to spin an instance up to fully appreciate. So maybe.. copy and put in a different #git server. 😉
https://blog.tangled.org/pulls
I use #git for many years, but only today I noticed that some terminal outputs from git are in English and others in German, depending on the command. When I run a `push`, the message is in English; when I run a `pull`, it’s in German. My system is correctly configured for German, so I would expect the `push` output to be in German as well - especially since it’s the same text that appears in German during a `pull`, so the correct translation clearly exists. Can anyone reproduce this? git 2.43.0

https://www.tutonaut.de/micro-stories-besseres-git-archiv/
"[Helix] Spellchecking in Git commits with Harper"
https://blog.skyplabs.net/posts/helix-git-commit/
"Unlike Vim, Helix doesn't include a spell checker natively. However, Helix has built-in support for LSP, which makes it easy to pair it with an LSP-based spell checker such as Harper. All you need is tweaking a bit your languages.toml Helix configuration file as explained in the official documentation."
#Helix #Vim #LSP #LanguageServer #Harper #SpellChecking #Linux #Git #GitCommit #VCS #Dotfiles
I'm a big fan of encrypted connections. Towards that end, I just did a survey of all the apps in @fdroidorg to see if any of the source repos would not work with https://. This includes the over 5000 apps and all of their git submodules. All the git URLs that did not have encrypted connections (e.g. git:// http://) could be upgraded to https://. So I filed a bunch of merge requests, and am working towards forcing https://
https://gitlab.com/fdroid/fdroidserver/-/merge_requests/1737
#security #git #https #privacy #FDroid