6 months of Tangled https://blog.tangled.org/6-months
#tangled #git #atproto #jujutsu
What about plugins in GitRoot? They are essential. Without them, you just have #Git repositories; with them, you get a full-featured #forge.
Currently, plugins are #wasm binaries following the #wasi specification. They can read/write to your Git repository and web space (files in a directory).
They are triggered on every push diff, depending on your `.gitroot/plugins.yml` configuration. More on plugin rights: https://gitroot.dev/doc/how-tos/plugin_rights.html
1/3
The first episode in our new playlist—featuring audio versions of the monthly KDAB Newsletter—is now live. This October 2025 edition highlights switch-less Git branching, type-based alias analysis, CI/CD, Qt 6.10, new tool updates, and insights from Oxidize 2025, along with upcoming trainings and events. #QtDev #RustLang #CICD #Git #Cpp
Watch here:
https://www.youtube.com/watch?v=WXAd0Z_3Wkc
⚡️ GitHub Copilot gets smarter with Auto Model preview
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #git #github
https://devdigest.today/goto/5076
`$ git status | grep .toml | awk '/:/ {print $2} ' | xargs git diff`
Just get git differences of modified files, in this case the ones with toml extension.
Useful when you have lot of modified files and just want to take a look for an specific ones.
Ya esta disponible La Experimental #14
🌐 Tendencias #Internet
💻 Gestión de #Git hooks
🧑🏻💻 Diseño #TUI con #GoLang
🐍 #Python sin GIL
💾 Guía de #PySpark SQL
🤖 Agente #IA local
🐧 Guía de seguridad #Linux
🌩️ Servicio de monitorización SelfHosted
💼 Informe laboral Tech en España de #manfred
#tech #technology #selfhosting #gnulinux #cli #trabajo #opensource #development
Never start Emacs Eglot for a Java project without a .git/ directory.
This drove me nuts now a second time. Without the .git/ directory, eglot doesn't know where the project's root directory is. Eclipse-jdtls goes all stupid, ignores .classpath, .project and all the package names are marked as wrong.
There are surely ways to tell Eglot where the project root is, but in the end there will be git anyway. Just don't to start your project without. 😜
#eglot #emacs #jdtls #eclipse_jdtls #git
Je réalise que j'ai oublié de poster la vidéo de ma présentation au dernier #humantalks à #grenoble. Je parle de #git, plus précisément des #worktree, de #bisect et #revert.
Ça dure 6mn de live démo, et avec les questions on est à 12mn. Et merci @PacoVelobs pour le caméo !
https://www.youtube.com/watch?v=ALCSn9QnEKY
While sipping hot coffee ☕ and some rudimentary activity ...
#linuxkernel #stable #git #tool #opensource #linux

While sipping hot coffee ☕ and some rudimentary activity ...
#linuxkernel #stable #git #tool #opensource #linux

I use conditional includes to configure my email for all repositories in a folder
https://www.damirscorner.com/blog/posts/20251114-PerFolderGitConfiguration.html
I have an idea for a augmenting my #git repos.
Does anyone know a good guide about adding custom objects to a git repo?