git

Back Open Paginator
14.11.2025 16:45
mackuba (@mackuba@martianbase.net)

6 months of Tangled blog.tangled.org/6-months

#tangled #git #atproto #jujutsu




Show Original Post


14.11.2025 14:59
forge (@forge@gts.gitroot.dev)

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




Show Original Post


14.11.2025 14:26
kdab (@kdab@techhub.social)

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:
youtube.com/watch?v=WXAd0Z_3Wkc




Show Original Post


14.11.2025 12:30
devdigest (@devdigest@mastodon.social)

⚡️ GitHub Copilot gets smarter with Auto Model preview

🏷️

devdigest.today/goto/5076




Show Original Post


14.11.2025 11:45
char (@char@ioc.exchange)

`$ 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.

#git #commandline




Show Original Post


14.11.2025 11:32
laexperimental (@laexperimental@mastodon.social)

Ya esta disponible La Experimental #14

🌐 Tendencias
💻 Gestión de hooks
🧑🏻‍💻 Diseño con
🐍 sin GIL
💾 Guía de SQL
🤖 Agente local
🐧 Guía de seguridad
🌩️ Servicio de monitorización SelfHosted
💼 Informe laboral Tech en España de

Link: open.substack.com/pub/laexperi




Show Original Post


14.11.2025 11:14
HaraldKi (@HaraldKi@nrw.social)

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




Show Original Post


14.11.2025 09:23
robinm (@robinm@fosstodon.org)

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 !

youtube.com/watch?v=ALCSn9QnEKY




Show Original Post


14.11.2025 07:36
unixbhaskar (@unixbhaskar@fosstodon.org)

While sipping hot coffee ☕ and some rudimentary activity ...

#linuxkernel #stable #git #tool #opensource #linux





Show Original Post


14.11.2025 07:36
unixbhaskar (@unixbhaskar@mastodon.social)

While sipping hot coffee ☕ and some rudimentary activity ...





Show Original Post


14.11.2025 07:19
DamirArh (@DamirArh@mas.to)

I use conditional includes to configure my email for all repositories in a folder

damirscorner.com/blog/posts/20

#git




Show Original Post


14.11.2025 03:05
FunkyBob (@FunkyBob@chaos.social)

I have an idea for a augmenting my #git repos.

Does anyone know a good guide about adding custom objects to a git repo?




Show Original Post


1 ...193 194 195 196 197 198 199 200 201 202 203 ...348
UP